Skip to content

Commit

Permalink
missing corsheaders dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Apr 16, 2024
1 parent 3c741cc commit 2a48601
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ repository = "https://github.com/clarin-eric/DOGapp/"
[tool.poetry.dependencies]
doglib = { url = "https://github.com/clarin-eric/DOGlib/releases/download/1.0.6/doglib-1.0.6-py3-none-any.whl" }
Django = '4.2.11'
django-cors-headers = '>=4.3.1'
django-debug-toolbar = '4.3.0'
djangorestframework = '3.15.1'
drf-spectacular = ">=0.26.3"
python = '>=3.11.*,<4.0'
requests = "*"
requests = '*'

[tool.poetry.group.test.dependencies]
django-test-migrations = '1.3.0'
Expand Down

0 comments on commit 2a48601

Please sign in to comment.