mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
0b17d64d41
* Update pytest from 7.1.3 to 7.2.0 * Update pytest from 7.1.3 to 7.2.0
27 lines
588 B
Plaintext
27 lines
588 B
Plaintext
cookiecutter==2.1.1
|
|
sh==1.14.3; sys_platform != "win32"
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==22.10.0
|
|
isort==5.10.1
|
|
flake8==5.0.4
|
|
flake8-isort==5.0.0
|
|
pre-commit==2.20.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==3.27.0
|
|
pytest==7.2.0
|
|
pytest-cookies==0.6.1
|
|
pytest-instafail==0.4.2
|
|
pyyaml==6.0
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.56
|
|
gitpython==3.1.29
|
|
jinja2==3.1.2
|
|
requests==2.28.1
|