Fix version for django-cors-headers

This commit is contained in:
Bruno Alla 2020-07-24 16:54:39 +01:00
parent 8d5542d675
commit 6fffaf13ca

View File

@ -41,6 +41,5 @@ django-redis==4.12.1 # https://github.com/jazzband/django-redis
{%- if cookiecutter.use_drf == "y" %}
# Django REST Framework
djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
# Django CORS Headers
django-cors-headers==0.01 # https://github.com/adamchainz/django-cors-headers
django-cors-headers==3.4.0 # https://github.com/adamchainz/django-cors-headers
{%- endif %}