Peter Mutwiri commited on
Commit ·
3e286fb
1
Parent(s): 5fb9e55
fix: add redis package for legacy analytics module"
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -37,4 +37,5 @@ pycryptodome==3.20.0
|
|
| 37 |
python-socketio[asyncio]>=5.11.0
|
| 38 |
asyncpg>=0.29
|
| 39 |
apscheduler>=3.10
|
| 40 |
-
sqlalchemy[asyncio]>=2.0
|
|
|
|
|
|
| 37 |
python-socketio[asyncio]>=5.11.0
|
| 38 |
asyncpg>=0.29
|
| 39 |
apscheduler>=3.10
|
| 40 |
+
sqlalchemy[asyncio]>=2.0
|
| 41 |
+
redis>=4.6.0
|