46 lines
640 B
Plaintext
46 lines
640 B
Plaintext
|
|
# FastAPI
|
||
|
|
fastapi==0.109.0
|
||
|
|
uvicorn[standard]==0.27.0
|
||
|
|
pydantic==2.5.3
|
||
|
|
pydantic-settings==2.1.0
|
||
|
|
|
||
|
|
# Database
|
||
|
|
sqlalchemy==2.0.25
|
||
|
|
alembic==1.13.1
|
||
|
|
psycopg2-binary==2.9.9
|
||
|
|
asyncpg==0.29.0
|
||
|
|
pymysql==1.1.0
|
||
|
|
|
||
|
|
# Redis & Celery
|
||
|
|
celery==5.3.6
|
||
|
|
redis==5.0.1
|
||
|
|
flower==2.0.1
|
||
|
|
|
||
|
|
# Data Processing
|
||
|
|
pandas==2.1.4
|
||
|
|
numpy==1.26.3
|
||
|
|
scipy==1.11.4
|
||
|
|
statsmodels==0.14.1
|
||
|
|
|
||
|
|
# HTTP & Web Scraping
|
||
|
|
requests==2.31.0
|
||
|
|
beautifulsoup4==4.12.3
|
||
|
|
lxml==5.1.0
|
||
|
|
aiohttp==3.9.1
|
||
|
|
|
||
|
|
# Utilities
|
||
|
|
python-dateutil==2.8.2
|
||
|
|
pytz==2023.3
|
||
|
|
python-dotenv==1.0.0
|
||
|
|
loguru==0.7.2
|
||
|
|
tqdm==4.66.1
|
||
|
|
|
||
|
|
# Testing
|
||
|
|
pytest==7.4.4
|
||
|
|
pytest-asyncio==0.23.3
|
||
|
|
pytest-cov==4.1.0
|
||
|
|
httpx==0.26.0
|
||
|
|
|
||
|
|
# Finance
|
||
|
|
finance-datareader>=0.9.55
|