cookiecutter-django/requirements.txt

27 lines
563 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
# ------------------------------------------------------------------------------
2021-11-18 12:54:24 +03:00
black==21.11b1
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
pre-commit==2.15.0
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2021-09-17 00:56:10 +03:00
tox==3.24.4
2021-08-31 18:58:32 +03:00
pytest==6.2.5
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.24
2021-11-10 01:08:17 +03:00
jinja2==3.0.3
2021-11-12 21:41:42 +03:00
requests==2.26.0