cookiecutter-django/requirements.txt

27 lines
596 B
Plaintext
Raw Permalink Normal View History

2024-02-22 11:36:44 +03:00
cookiecutter==2.6.0
2024-06-01 20:04:38 +03:00
sh==2.0.7; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
2024-09-20 06:46:30 +03:00
ruff==0.6.6
django-upgrade==1.21.0
2024-08-29 14:41:59 +03:00
djlint==1.35.2
2024-07-31 17:14:24 +03:00
pre-commit==3.8.0
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2024-09-19 11:05:17 +03:00
tox==4.20.0
pytest==8.3.3
2024-04-29 14:29:08 +03:00
pytest-xdist==3.6.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2024-08-07 15:46:04 +03:00
pyyaml==6.0.2
# Scripting
# ------------------------------------------------------------------------------
PyGithub==2.4.0
2024-03-31 12:47:17 +03:00
gitpython==3.1.43
jinja2==3.1.4
requests==2.32.3