cookiecutter-django/requirements.txt
pyup.io bot 21f0b38283
Update flake8 to 7.0.0 (#4775)
* Update flake8 from 6.1.0 to 7.0.0

* Update flake8 from 6.1.0 to 7.0.0
2024-01-05 14:38:53 -03:00

29 lines
627 B
Plaintext

cookiecutter==2.5.0
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==23.12.1
isort==5.13.2
flake8==7.0.0
django-upgrade==1.15.0
djlint==1.34.1
pre-commit==3.6.0
# Testing
# ------------------------------------------------------------------------------
tox==4.11.4
pytest==7.4.4
pytest-xdist==3.5.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.1.1
gitpython==3.1.40
jinja2==3.1.2
requests==2.31.0