cookiecutter-django/requirements.txt

29 lines
627 B
Text
Raw Normal View History

cookiecutter==2.3.1
2023-08-10 12:59:06 +00:00
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 12:19:12 +00:00
# Code quality
# ------------------------------------------------------------------------------
black==23.9.1
2023-01-28 18:52:00 +00:00
isort==5.12.0
flake8==6.1.0
django-upgrade==1.14.1
djlint==1.34.0
pre-commit==3.4.0
2018-03-05 11:01:45 +00:00
# Testing
# ------------------------------------------------------------------------------
tox==4.11.3
pytest==7.4.2
pytest-xdist==3.3.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2023-07-18 11:40:31 +00:00
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
2023-08-10 12:58:18 +00:00
PyGithub==1.59.1
gitpython==3.1.37
jinja2==3.1.2
requests==2.31.0