Skip to content

Commit 6ead8dd

Browse files
committed
fix: install redis
1 parent 9bcad91 commit 6ead8dd

File tree

2 files changed

+149
-23
lines changed

2 files changed

+149
-23
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ django-storages = {version = "==1.14.4", extras = ["s3"]}
1919
pyotp = "==2.9.0"
2020
python-dotenv = "==1.0.1"
2121
psycopg2-binary = "==2.9.9"
22+
redis = {version = "==5.2.1", extras = ["hiredis"]}
2223
regex = "==2024.11.6"
2324
requests = "==2.32.3"
2425
gunicorn = "==23.0.0"

Pipfile.lock

Lines changed: 148 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)