This commit is contained in:
Jelmer Draaijer 2024-10-26 17:02:16 +02:00
parent 007de47f59
commit 00689b2d1a
2 changed files with 190 additions and 198 deletions

View File

@ -33,6 +33,5 @@ then
npm run build
fi
. .venv/bin/activate
# Generate the HTML for the documentation
cd docs && uv run make html

View File

@ -143,8 +143,7 @@ force-single-line = true
[tool.uv]
dev-dependencies = [
"watchdog==4.0.2", # https://github.com/gorakhargosh/watchdog
"Werkzeug[watchdog]==3.0.4", # https://github.com/pallets/werkzeug
"Werkzeug[watchdog]==3.0.6", # https://github.com/pallets/werkzeug
"ipdb==0.13.13", # https://github.com/gotcha/ipdb
{%- if cookiecutter.use_docker == 'y' % }
"psycopg[c]==3.2.3", # https://github.com/psycopg/psycopg
@ -163,23 +162,19 @@ dev-dependencies = [
{%- if cookiecutter.use_drf == "y" % }
"djangorestframework-stubs==3.15.1", # https://github.com/typeddjango/djangorestframework-stubs
{%- endif % }
# Documentation
# ------------------------------------------------------------------------------
"sphinx==7.4.7", # https://github.com/sphinx-doc/sphinx
"sphinx-autobuild==2024.10.3", # https://github.com/GaretJax/sphinx-autobuild
# Code quality
# ------------------------------------------------------------------------------
"ruff==0.6.9", # https://github.com/astral-sh/ruff
"coverage==7.6.1", # https://github.com/nedbat/coveragepy
"djlint==1.35.2", # https://github.com/Riverside-Healthcare/djLint
"pre-commit==3.8.0", # https://github.com/pre-commit/pre-commit
# Django
# ------------------------------------------------------------------------------
"factory-boy==3.3.1", # https://github.com/FactoryBoy/factory_boy
"django-debug-toolbar==4.4.6", # https://github.com/jazzband/django-debug-toolbar
"django-extensions==3.2.3", # https://github.com/django-extensions/django-extensions
"django-coverage-plugin==3.1.0", # https://github.com/nedbat/django_coverage_plugin
@ -226,7 +221,6 @@ dependencies = [
"uvicorn[standard]==0.31.0", # https://github.com/encode/uvicorn
"uvicorn-worker==0.2.0", # https://github.com/Kludex/uvicorn-worker
{%- endif % }
# Django
# ------------------------------------------------------------------------------
"django==5.0.9", # pyup: < 5.1 # https://www.djangoproject.com/
@ -260,7 +254,6 @@ dependencies = [
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" % }
"hiredis==3.0.0", # https://github.com/redis/hiredis-py
{%- endif % }
# Django
# ------------------------------------------------------------------------------
{%- if cookiecutter.cloud_provider == 'AWS' % }