mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
25 lines
598 B
Plaintext
25 lines
598 B
Plaintext
cookiecutter==1.7.2
|
|
sh==1.14.1
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==21.4b0
|
|
isort==5.8.0
|
|
flake8==3.9.1
|
|
flake8-isort==4.0.0
|
|
pre-commit==2.12.1
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==3.23.0
|
|
pytest==5.4.3 # pyup: <6 # https://github.com/hackebrot/pytest-cookies/issues/51
|
|
pytest-cookies==0.5.1
|
|
pytest-instafail==0.4.2
|
|
pyyaml==5.4.1
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.55
|
|
jinja2==2.11.3
|