Skip to content

Commit

Permalink
Add missing drf dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeD1rk committed Jun 6, 2024
1 parent ab2e355 commit 64b0124
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
26 changes: 13 additions & 13 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ boto3 = "1.34.114"
gunicorn = "22.0.0"
qrcode = {version = "^7.4.2", extras = ["pil"]}
freezegun = "1.2.2"
PyYAML = "6.0.1"
celery = {version = "^5.3.6", extras = ["redis"]}

# Required (at least) by djangorestframework.
PyYAML = "6.0.1"
inflection = "^0.5.1"
uritemplate = "^4.1.1"

[tool.poetry.group.scss.dependencies]
# These dependencies are only needed to compile SASS, which can be done
# offline during a build. So these are not needed in production.
Expand Down

0 comments on commit 64b0124

Please sign in to comment.