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 backend_api_python/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ pip-audit>=2.10.1,<3
pytest>=9.1.1,<10
pytest-cov>=7.1.0,<8
pytest-timeout>=2.4.0,<3
ruff>=0.16.0,<0.17
ruff>=0.16.1,<0.17
12 changes: 6 additions & 6 deletions backend_api_python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ Werkzeug>=3.1.8
flask-cors==6.0.5
finnhub-python>=2.4.29
yfinance>=1.5.2
ccxt>=4.5.69
ccxt>=4.5.71
pandas>=3.0.5
# Strategy API V2 technical indicator runtime. The 0.6.x wheels bundle the C library.
TA-Lib==0.7.1
exchange-calendars>=4.13.2,<5
requests>=2.34.2
websocket-client>=1.9.0,<2
litellm>=1.93.0,<1.94
litellm>=1.95.0,<1.96
# ccxt 4.5.69/4.5.70 pins certifi==2026.6.17. Keep the direct floor
# aligned with the exchange client until ccxt relaxes its constraint.
certifi>=2026.6.17
certifi>=2026.7.22
PySocks>=1.7.1
akshare>=1.18.80
akshare>=1.18.81
# GHSA-752w-5fwx-jx9f (crit header); 2.12.0+
PyJWT>=2.13.0,<3
python-dotenv>=1.2.2
cryptography>=49.0.0
cryptography>=50.0.0
# TOTP MFA and QR code generation
pyotp>=2.10.0
qrcode[pil]>=8.2
Expand All @@ -31,7 +31,7 @@ prometheus-client>=0.26.0,<1
# Redis cache (optional but recommended for multi-worker setups).
# Celery 5.6 / Kombu 5.6 currently require redis-py <6.5. This client remains
# compatible with the Redis 8 server used by the production stack.
redis>=6.4.0,<6.5
redis>=8.1.0,<8.2
# Durable background jobs and periodic maintenance
celery[redis]>=5.6.3,<6
# Production WSGI server
Expand Down
Loading