cookiecutter-django/requirements.txt
2020-10-04 06:03:31 -07:00

24 lines
510 B
Plaintext

cookiecutter==1.7.2
sh==1.14.0
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==20.8b1
isort==5.5.4
flake8==3.8.4
flake8-isort==4.0.0
# Testing
# ------------------------------------------------------------------------------
tox==3.20.0
pytest==6.1.1
pytest-cookies==0.5.1
pytest-instafail==0.4.2
pyyaml==5.3.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.53
jinja2==2.11.2