mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
c9b5367c2b
* Update pytest from 7.1.1 to 7.1.2 * Update pytest from 7.1.1 to 7.1.2
27 lines
562 B
Plaintext
27 lines
562 B
Plaintext
cookiecutter==1.7.3
|
|
sh==1.14.2
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==22.3.0
|
|
isort==5.10.1
|
|
flake8==4.0.1
|
|
flake8-isort==4.1.1
|
|
pre-commit==2.18.1
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==3.25.0
|
|
pytest==7.1.2
|
|
pytest-cookies==0.6.1
|
|
pytest-instafail==0.4.2
|
|
pyyaml==6.0
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.55
|
|
gitpython==3.1.27
|
|
jinja2==3.1.1
|
|
requests==2.27.1
|