mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
28 lines
609 B
Plaintext
28 lines
609 B
Plaintext
cookiecutter==2.1.1
|
|
sh==2.0.4; sys_platform != "win32"
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==23.3.0
|
|
isort==5.12.0
|
|
flake8==6.0.0
|
|
django-upgrade==1.13.0
|
|
pre-commit==3.3.2
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==4.5.2
|
|
pytest==7.3.1
|
|
pytest-xdist==3.3.1
|
|
pytest-cookies==0.7.0
|
|
pytest-instafail==0.5.0
|
|
pyyaml==6.0
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==1.58.2
|
|
gitpython==3.1.31
|
|
jinja2==3.1.2
|
|
requests==2.31.0
|