cookiecutter-django/requirements.txt

27 lines
588 B
Plaintext
Raw Normal View History

cookiecutter==2.1.1
sh==1.14.3; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
2022-10-11 14:35:40 +03:00
black==22.10.0
2021-11-09 10:29:53 +03:00
isort==5.10.1
flake8==5.0.4
flake8-isort==5.0.3
pre-commit==2.20.0
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2022-11-14 11:51:28 +03:00
tox==3.27.1
pytest==7.2.0
pytest-cookies==0.6.1
pytest-instafail==0.4.2
2021-10-14 19:28:01 +03:00
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
2022-11-06 14:24:18 +03:00
PyGithub==1.57
2022-10-11 20:23:15 +03:00
gitpython==3.1.29
jinja2==3.1.2
2022-07-22 01:39:53 +03:00
requests==2.28.1