mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
1d55a608c0
* Change pep8 for pycodestyle in the docs. * Change pep8 for pycodestyle in project requirements.
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
cookiecutter==1.5.1
|
|
flake8==3.4.1 # pyup: != 2.6.0
|
|
sh==1.12.14
|
|
binaryornot==0.4.4
|
|
|
|
# Testing
|
|
pytest==3.2.2
|
|
pycodestyle==2.3.1
|
|
pyflakes==1.6.0
|
|
tox==2.8.2
|
|
pytest-cookies==0.2.0
|