cookiecutter-django/requirements.txt
Andrew-Chen-Wang 30e9e99296 Add create_django_issue.py script for GitHub actions cron
Signed-off-by: Andrew-Chen-Wang <acwangpython@gmail.com>
2021-07-27 05:25:05 -04:00

26 lines
545 B
Plaintext

cookiecutter==1.7.3
sh==1.14.2
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==21.6b0
isort==5.9.1
flake8==3.9.2
flake8-isort==4.0.0
pre-commit==2.13.0
# Testing
# ------------------------------------------------------------------------------
tox==3.23.1
pytest==6.2.4
pytest-cookies==0.6.1
pytest-instafail==0.4.2
pyyaml==5.4.1
# Scripting
# ------------------------------------------------------------------------------
PyGithub==1.55
jinja2==3.0.1
requests==2.25.1