-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
51 lines (42 loc) · 1.85 KB
/
requirements.txt
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
# Core dependencies for FastAPI application
fastapi==0.112.1
uvicorn==0.30.6
httpx==0.27.0
# Database-related packages
SQLAlchemy==2.0.32
psycopg2==2.9.9
psycopg2-binary==2.9.9
asyncpg==0.29.0
peewee==3.17.6
# Authentication and security
bcrypt==4.2.0
passlib==1.7.4
# Data handling and manipulation
pandas==2.2.2
numpy==2.1.0
python-dateutil==2.9.0.post0
# API and web utilities
python-multipart==0.0.9
requests==2.32.3
beautifulsoup4==4.12.3
lxml==5.3.0
# Development tools and linters
flake8==7.1.1
pytest==8.3.2
mccabe==0.7.0
pyflakes==3.2.0
# Configuration and environment handling
python-dotenv==1.0.1
pydantic==2.8.2
pydantic_core==2.20.1
typing_extensions==4.12.2
# Logging and debugging
rich==13.7.1
# Other utility packages
typer==0.12.4
websockets==13.0
watchfiles==0.23.0
yfinance==0.2.43
coloredlogs==15.0.1
# Optional packages for enhanced functionality
starlette==0.38.4