deps: add redis-py for caching layer

This commit is contained in:
Mondo Diaz
2026-02-04 09:11:12 -06:00
parent b55c810100
commit ca8f62f69b

View File

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