mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
24 lines
502 B
Plaintext
24 lines
502 B
Plaintext
cookiecutter==1.7.2
|
|
sh==1.13.1
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==20.8b1
|
|
isort==5.4.2
|
|
flake8==3.8.3
|
|
flake8-isort==4.0.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==3.19.0
|
|
pytest==6.0.1
|
|
pytest-cookies==0.5.1
|
|
pytest-instafail==0.4.2
|
|
pyyaml==5.3.1
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.53
|
|
jinja2
|