Skip to content

Commit

Permalink
fix: add redis to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
elitonzky committed Dec 26, 2024
1 parent 1033e01 commit 343439d
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 33 additions & 1 deletion poetry.lock

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

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ mozilla-django-oidc = "^4.0.1"
djangorestframework = "^3.15.2"
drf-yasg = "^1.21.7"
django-cors-headers = "^4.4.0"
redis = "^3.5.3"
django-redis = "^5.2.0"

[tool.poetry.group.dev.dependencies]
flake8 = "^7.1.0"
Expand Down

0 comments on commit 343439d

Please sign in to comment.