cookiecutter-django/requirements.txt

27 lines
585 B
Text
Raw Normal View History

cookiecutter==2.1.1
sh==1.14.3; sys_platform != "win32"
binaryornot==0.4.4
2015-04-20 12:19:12 +00:00
# Code quality
# ------------------------------------------------------------------------------
black==23.1.0
2023-01-28 18:52:00 +00:00
isort==5.12.0
2022-12-02 10:43:02 +00:00
flake8==6.0.0
flake8-isort==6.0.0
pre-commit==3.0.4
2018-03-05 11:01:45 +00:00
# Testing
# ------------------------------------------------------------------------------
2023-01-26 10:40:44 +00:00
tox==4.4.2
pytest==7.2.1
pytest-cookies==0.6.1
pytest-instafail==0.4.2
2021-10-14 16:28:01 +00:00
pyyaml==6.0
# Scripting
# ------------------------------------------------------------------------------
2022-11-06 11:24:18 +00:00
PyGithub==1.57
2022-12-29 08:18:41 +00:00
gitpython==3.1.30
jinja2==3.1.2
requests==2.28.2