cookiecutter-django/requirements.txt

24 lines
498 B
Plaintext
Raw Normal View History

cookiecutter==1.7.2
2020-04-28 17:40:23 +03:00
sh==1.13.1
binaryornot==0.4.4
2015-04-20 15:19:12 +03:00
# Code quality
# ------------------------------------------------------------------------------
2019-10-29 05:10:07 +03:00
black==19.10b0
2020-07-04 16:52:43 +03:00
isort==4.3.21
2020-06-09 03:02:41 +03:00
flake8==3.8.3
flake8-isort==3.0.1
2018-03-05 14:01:45 +03:00
# Testing
# ------------------------------------------------------------------------------
2020-08-06 20:44:47 +03:00
tox==3.19.0
2020-07-31 02:54:49 +03:00
pytest==6.0.1
pytest-cookies==0.5.1
pytest-instafail==0.4.2
2020-03-19 09:05:19 +03:00
pyyaml==5.3.1
# Scripting
# ------------------------------------------------------------------------------
requests
jinja2