cookiecutter-django/requirements.txt

27 lines
562 B
Text
Raw Normal View History

cookiecutter==2.1.1
2021-05-15 05:01:04 +00:00
sh==1.14.2
binaryornot==0.4.4
2015-04-20 12:19:12 +00:00
# Code quality
# ------------------------------------------------------------------------------
black==22.6.0
2021-11-09 07:29:53 +00:00
isort==5.10.1
2021-10-14 15:06:47 +00:00
flake8==4.0.1
flake8-isort==4.1.1
pre-commit==2.20.0
2018-03-05 11:01:45 +00:00
# Testing
# ------------------------------------------------------------------------------
2022-07-21 22:41:45 +00:00
tox==3.25.1
pytest==7.1.2
pytest-cookies==0.6.1
pytest-instafail==0.4.2
2021-10-14 16:28:01 +00:00
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
2021-04-27 10:31:00 +00:00
PyGithub==1.55
gitpython==3.1.27
jinja2==3.1.2
2022-07-21 22:39:53 +00:00
requests==2.28.1