cookiecutter-django/requirements.txt

27 lines
596 B
Text
Raw Normal View History

2024-02-22 08:36:44 +00:00
cookiecutter==2.6.0
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
# ------------------------------------------------------------------------------
ruff==0.4.2
django-upgrade==1.16.0
djlint==1.34.1
pre-commit==3.7.0
2018-03-05 11:01:45 +00:00
# Testing
# ------------------------------------------------------------------------------
2024-04-27 11:30:02 +00:00
tox==4.15.0
pytest==8.2.0
pytest-xdist==3.6.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2023-07-18 11:40:31 +00:00
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.3.0
2024-03-31 09:47:17 +00:00
gitpython==3.1.43
2024-01-11 14:01:07 +00:00
jinja2==3.1.3
requests==2.31.0