mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 05:06:58 +03:00
6301fcc603
* Update black from 23.12.1 to 24.1.0 * Update black from 23.12.1 to 24.1.0 * Update black pre-commit hooks * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fix a few styling issues for black v24 --------- Co-authored-by: Bruno Alla <alla.brunoo@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
29 lines
626 B
Plaintext
29 lines
626 B
Plaintext
cookiecutter==2.5.0
|
|
sh==2.0.6; sys_platform != "win32"
|
|
binaryornot==0.4.4
|
|
|
|
# Code quality
|
|
# ------------------------------------------------------------------------------
|
|
black==24.1.0
|
|
isort==5.13.2
|
|
flake8==7.0.0
|
|
django-upgrade==1.15.0
|
|
djlint==1.34.1
|
|
pre-commit==3.6.0
|
|
|
|
# Testing
|
|
# ------------------------------------------------------------------------------
|
|
tox==4.12.1
|
|
pytest==7.4.4
|
|
pytest-xdist==3.5.0
|
|
pytest-cookies==0.7.0
|
|
pytest-instafail==0.5.0
|
|
pyyaml==6.0.1
|
|
|
|
# Scripting
|
|
# ------------------------------------------------------------------------------
|
|
PyGithub==2.1.1
|
|
gitpython==3.1.41
|
|
jinja2==3.1.3
|
|
requests==2.31.0
|