feat(api): add cors headers middleware (#2479)

This commit is contained in:
Jonas L 2023-03-23 15:40:30 +01:00 committed by GitHub
parent 1bf46b2de4
commit 7962c0adf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 18 additions and 0 deletions

View file

@ -24,6 +24,7 @@ setup(
]
},
install_requires=[
"django-cors-headers>=3.14.0,<3.15",
"django-filter>=2.4.0,<22.2",
"django>=4.1.4,<4.2",
"djangorestframework>=3.12.1,<3.15",