mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Update drf-spectacular to 0.28.0 (#5564)
This commit is contained in:
parent
b25ab14385
commit
a41bbee492
|
@ -44,7 +44,7 @@ django-redis==5.4.0 # https://github.com/jazzband/django-redis
|
||||||
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
|
djangorestframework==3.15.2 # https://github.com/encode/django-rest-framework
|
||||||
django-cors-headers==4.6.0 # https://github.com/adamchainz/django-cors-headers
|
django-cors-headers==4.6.0 # https://github.com/adamchainz/django-cors-headers
|
||||||
# DRF-spectacular for api documentation
|
# DRF-spectacular for api documentation
|
||||||
drf-spectacular==0.27.2 # https://github.com/tfranzel/drf-spectacular
|
drf-spectacular==0.28.0 # https://github.com/tfranzel/drf-spectacular
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
{%- if cookiecutter.frontend_pipeline == 'Webpack' %}
|
||||||
django-webpack-loader==3.1.1 # https://github.com/django-webpack/django-webpack-loader
|
django-webpack-loader==3.1.1 # https://github.com/django-webpack/django-webpack-loader
|
||||||
|
|
Loading…
Reference in New Issue
Block a user