cookiecutter-django/requirements.txt
2020-07-23 03:37:15 -07:00

19 lines
388 B
Plaintext

cookiecutter==1.7.2
sh==1.13.1
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.10b0
isort==4.3.21
flake8==3.8.3
flake8-isort==3.0.1
# Testing
# ------------------------------------------------------------------------------
tox==3.18.0
pytest==5.4.3
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.3.1