mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-25 00:34:18 +03:00
d2791b019a
* Prettify and re-order settings entries * Use old-style .format() for the time being * Remove redundant linebreaks at the settings files' beginning * Fix E303 too many blank lines * Remove a redundant linebreak from requirements.txt * Some linebreake juggling in config.settings.base
18 lines
338 B
Plaintext
18 lines
338 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
|