cookiecutter-django/requirements.txt
pyup.io bot a9c3b56e5f
Update black to 22.12.0 (#3988)
* Update black from 22.10.0 to 22.12.0

* Update black from 22.10.0 to 22.12.0
2022-12-09 22:04:36 +00:00

27 lines
587 B
Plaintext

cookiecutter==2.1.1
sh==1.14.3; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==22.12.0
isort==5.10.1
flake8==6.0.0
flake8-isort==5.0.3
pre-commit==2.20.0
# Testing
# ------------------------------------------------------------------------------
tox==4.0.3
pytest==7.2.0
pytest-cookies==0.6.1
pytest-instafail==0.4.2
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.57
gitpython==3.1.29
jinja2==3.1.2
requests==2.28.1