deps: add redis-py for caching layer

This commit is contained in:
Mondo Diaz
2026-02-04 09:11:12 -06:00
parent 196f3f957c
commit 8c6ba01a73

View File

@@ -12,6 +12,7 @@ passlib[bcrypt]==1.7.4
bcrypt==4.0.1 bcrypt==4.0.1
slowapi==0.1.9 slowapi==0.1.9
httpx>=0.25.0 httpx>=0.25.0
redis>=5.0.0
# Test dependencies # Test dependencies
pytest>=7.4.0 pytest>=7.4.0