-
- Downloads
update dependencies
Django==5.1.6 | Django==5.1.6 | ||
django-bootstrap5==24.2 | django-bootstrap5==24.3 | ||
fontawesomefree==6.5.1 # Makes static files (css, fonts) available locally | fontawesomefree==6.6.0 # Makes static files (css, fonts) available locally | ||
django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | django-fontawesome-6==1.0.0.0 # Provides an icon field for models and forms as well as handy shortcuts to render icons | ||
django-split-settings==1.3.2 | django-split-settings==1.3.2 | ||
django-timezone-field==7.1 | django-timezone-field==7.1 | ||
... | @@ -15,7 +15,7 @@ django-compressor==4.5.1 | ... | @@ -15,7 +15,7 @@ django-compressor==4.5.1 |
django-libsass==0.9 | django-libsass==0.9 | ||
django-betterforms==2.0.0 | django-betterforms==2.0.0 | ||
mysqlclient==2.2.7 # for production deployment | mysqlclient==2.2.7 # for production deployment | ||
tzdata==2024.1 | tzdata==2024.2 | ||
# Documentation | # Documentation | ||
sphinxcontrib-django==2.5 | sphinxcontrib-django==2.5 | ||
... | @@ -23,4 +23,4 @@ sphinxcontrib-apidoc==0.5.0 | ... | @@ -23,4 +23,4 @@ sphinxcontrib-apidoc==0.5.0 |
recommonmark==0.7.1 | recommonmark==0.7.1 | ||
django-docs==0.3.3 | django-docs==0.3.3 | ||
sphinx-rtd-theme==2.0.0 | sphinx-rtd-theme==2.0.0 | ||
sphinx==7.3.7 | sphinx==7.4.7 |
Please register or sign in to comment