cookiecutter-django/requirements.txt

27 lines
562 B
Plaintext
Raw Normal View History

cookiecutter==1.7.3
2021-05-15 08:01:04 +03:00
sh==1.14.2
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
black==22.3.0
2021-11-09 10:29:53 +03:00
isort==5.10.1
2021-10-14 18:06:47 +03:00
flake8==4.0.1
flake8-isort==4.1.1
2022-04-04 12:18:47 +03:00
pre-commit==2.18.1
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
tox==3.24.5
2022-03-27 15:57:24 +03:00
pytest==7.1.1
pytest-cookies==0.6.1
pytest-instafail==0.4.2
2021-10-14 19:28:01 +03:00
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
2021-04-27 13:31:00 +03:00
PyGithub==1.55
gitpython==3.1.27
2022-03-27 20:14:01 +03:00
jinja2==3.1.1
requests==2.27.1