cookiecutter-django/requirements.txt

25 lines
600 B
Plaintext
Raw Normal View History

cookiecutter==1.7.2
2020-10-24 21:04:52 +03:00
sh==1.14.1
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
2021-04-26 03:11:54 +03:00
black==21.4b0
2021-03-22 13:47:05 +03:00
isort==5.8.0
2021-04-16 21:52:53 +03:00
flake8==3.9.1
flake8-isort==4.0.0
pre-commit==2.12.1
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2021-03-03 22:54:07 +03:00
tox==3.23.0
2020-12-02 17:14:34 +03:00
pytest==5.4.3 # pyup: <6 # https://github.com/hackebrot/pytest-cookies/issues/51
pytest-cookies==0.5.1
pytest-instafail==0.4.2
2021-01-21 01:54:34 +03:00
pyyaml==5.4.1
# Scripting
# ------------------------------------------------------------------------------
2020-12-24 09:19:17 +03:00
PyGithub==1.54.1
2021-02-01 05:37:25 +03:00
jinja2==2.11.3