cookiecutter-django/requirements.txt
pyup.io bot 6664ab8916
Update black to 23.9.1 (#4580)
* Update black from 23.7.0 to 23.9.1

* Update black from 23.7.0 to 23.9.1
2023-09-11 11:38:33 +01:00

29 lines
627 B
Plaintext

cookiecutter==2.3.0
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.9.1
isort==5.12.0
flake8==6.1.0
django-upgrade==1.14.1
djlint==1.32.1
pre-commit==3.4.0
# Testing
# ------------------------------------------------------------------------------
tox==4.11.3
pytest==7.4.2
pytest-xdist==3.3.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.59.1
gitpython==3.1.35
jinja2==3.1.2
requests==2.31.0