mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-20 10:52:34 +03:00
Upgrade custom project requirements
This commit is contained in:
parent
a84cc7b17f
commit
ac492fcb1e
|
@ -1,4 +1,3 @@
|
||||||
python-slugify==8.0.4 # https://github.com/un33k/python-slugify
|
|
||||||
Pillow==11.2.1 # pyup: != 11.2.0 # https://github.com/python-pillow/Pillow
|
Pillow==11.2.1 # pyup: != 11.2.0 # https://github.com/python-pillow/Pillow
|
||||||
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
|
{%- if cookiecutter.frontend_pipeline == 'Django Compressor' %}
|
||||||
{%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %}
|
{%- if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %}
|
||||||
|
@ -52,5 +51,5 @@ django-webpack-loader==3.2.0 # https://github.com/django-webpack/django-webpack
|
||||||
|
|
||||||
# Project
|
# Project
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
fontawesomefree==6.5.1 # https://github.com/FortAwesome/Font-Awesome
|
fontawesomefree==6.6.0 # https://github.com/FortAwesome/Font-Awesome
|
||||||
django-import-export==3.3.6 # https://github.com/django-import-export/django-import-export
|
django-import-export==4.3.7 # https://github.com/django-import-export/django-import-export
|
||||||
|
|
Loading…
Reference in New Issue
Block a user