cookiecutter-django/requirements.txt

29 lines
624 B
Plaintext
Raw Normal View History

2023-07-10 17:25:05 +03:00
cookiecutter==2.2.0
2023-05-16 02:33:36 +03:00
sh==2.0.4; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
black==23.3.0
2023-01-28 21:52:00 +03:00
isort==5.12.0
2022-12-02 13:43:02 +03:00
flake8==6.0.0
django-upgrade==1.14.0
djlint==1.31.1
pre-commit==3.3.3
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2023-06-21 12:37:05 +03:00
tox==4.6.3
2023-06-23 20:48:31 +03:00
pytest==7.4.0
pytest-xdist==3.3.1
pytest-cookies==0.7.0
pytest-instafail==0.5.0
2021-10-14 19:28:01 +03:00
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.59.0
2023-02-25 14:19:07 +03:00
gitpython==3.1.31
jinja2==3.1.2
requests==2.31.0