mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-14 05:36:58 +03:00
5900b39179
* Update ruff from 0.6.0 to 0.6.1 * Update ruff from 0.6.0 to 0.6.1 * Auto-update pre-commit hooks --------- Co-authored-by: browniebroke <861044+browniebroke@users.noreply.github.com> Co-authored-by: Bruno Alla <browniebroke@users.noreply.github.com>
27 lines
596 B
Plaintext
27 lines
596 B
Plaintext
cookiecutter==2.6.0
|
|
sh==2.0.7; sys_platform != "win32"
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
ruff==0.6.1
|
|
django-upgrade==1.20.0
|
|
djlint==1.34.1
|
|
pre-commit==3.8.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==4.18.0
|
|
pytest==8.3.2
|
|
pytest-xdist==3.6.1
|
|
pytest-cookies==0.7.0
|
|
pytest-instafail==0.5.0
|
|
pyyaml==6.0.2
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==2.3.0
|
|
gitpython==3.1.43
|
|
jinja2==3.1.4
|
|
requests==2.32.3
|