Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements-optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# These provide additional functionality but are not required for core operation

# Distributed Caching (for Kubernetes/multi-instance deployments)
redis[hiredis]>=5.0.0 # Redis client with C parser for performance
redis[hiredis]>=7.0.1 # Redis client with C parser for performance

# Enhanced JSON support (for better serialization)
orjson # Fast JSON library
Expand Down
2 changes: 1 addition & 1 deletion requirements-prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
gunicorn[gthread] # Production ASGI/WSGI server with threading support

# Distributed caching (for multi-instance deployments)
redis[hiredis]>=5.0.0 # Redis client with C parser for performance
redis[hiredis]>=7.0.1 # Redis client with C parser for performance

# Environment management
python-dotenv # Environment variable loading
Expand Down