mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
29 lines
627 B
Plaintext
29 lines
627 B
Plaintext
cookiecutter==2.3.0
|
|
sh==2.0.6; sys_platform != "win32"
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==23.9.1
|
|
isort==5.12.0
|
|
flake8==6.1.0
|
|
django-upgrade==1.14.1
|
|
djlint==1.32.1
|
|
pre-commit==3.4.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==4.11.3
|
|
pytest==7.4.2
|
|
pytest-xdist==3.3.1
|
|
pytest-cookies==0.7.0
|
|
pytest-instafail==0.5.0
|
|
pyyaml==6.0.1
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.59.1
|
|
gitpython==3.1.36
|
|
jinja2==3.1.2
|
|
requests==2.31.0
|