mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
c36fa678d8
* Update pre-commit from 2.16.0 to 2.17.0 * Update pre-commit from 2.16.0 to 2.17.0
27 lines
563 B
Plaintext
27 lines
563 B
Plaintext
cookiecutter==1.7.3
|
|
sh==1.14.2
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==21.12b0
|
|
isort==5.10.1
|
|
flake8==4.0.1
|
|
flake8-isort==4.1.1
|
|
pre-commit==2.17.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==3.24.5
|
|
pytest==6.2.5
|
|
pytest-cookies==0.6.1
|
|
pytest-instafail==0.4.2
|
|
pyyaml==6.0
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.55
|
|
gitpython==3.1.26
|
|
jinja2==3.0.3
|
|
requests==2.27.1
|