-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
61 lines (50 loc) · 889 Bytes
/
requirements.txt
File metadata and controls
61 lines (50 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Core dependencies
python-dotenv==1.0.0
pydantic==2.5.0
pydantic-settings==2.1.0
# Web framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
websockets==12.0
aiohttp==3.9.1
# Database
asyncpg==0.29.0
sqlalchemy==2.0.23
alembic==1.13.0
redis==5.0.1
psycopg2-binary==2.9.9
# Data processing
pandas==2.1.3
numpy==1.24.3
scipy==1.11.4
# Machine learning
scikit-learn==1.3.2
tensorflow==2.15.0
joblib==1.3.2
# Technical analysis
ta==0.11.0
talib-binary==0.4.26
# Visualization
plotly==5.18.0
matplotlib==3.8.2
# API clients
httpx==0.25.2
backoff==2.2.1
# Monitoring
prometheus-client==0.19.0
opentelemetry-api==1.21.0
opentelemetry-sdk==1.21.0
opentelemetry-instrumentation-fastapi==0.42b0
# Utils
python-dateutil==2.8.2
pytz==2023.3
pyyaml==6.0.1
# Testing
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
# Development
black==23.11.0
flake8==6.1.0
mypy==1.7.1
ipython==8.18.1