cookiecutter-django/requirements.txt

29 lines
626 B
Plaintext
Raw Normal View History

cookiecutter==2.5.0
2023-08-10 15:59:06 +03:00
sh==2.0.6; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
black==24.1.0
2023-12-15 12:56:08 +03:00
isort==5.13.2
flake8==7.0.0
django-upgrade==1.15.0
djlint==1.34.1
pre-commit==3.6.0
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2024-01-17 12:22:44 +03:00
tox==4.12.1
pytest==7.4.4
pytest-xdist==3.5.0
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2023-07-18 14:40:31 +03:00
pyyaml==6.0.1
# Scripting
# ------------------------------------------------------------------------------
2023-09-30 13:26:51 +03:00
PyGithub==2.1.1
2024-01-16 01:49:49 +03:00
gitpython==3.1.41
2024-01-11 17:01:07 +03:00
jinja2==3.1.3
requests==2.31.0