cookiecutter-django/requirements.txt
2018-03-07 17:06:29 +03:00

16 lines
336 B
Plaintext

cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
flake8==3.5.0
pycodestyle==2.3.1
pyflakes==1.6.0
# Testing
# ------------------------------------------------------------------------------
tox==2.9.1
pytest==3.4.2
pytest-cookies==0.3.0