cosmo/backend/requirements.txt

38 lines
551 B
Plaintext
Raw Permalink Normal View History

fastapi==0.104.1
uvicorn[standard]==0.24.0
astroquery==0.4.7
astropy==6.0.0
pydantic==2.5.0
pydantic-settings==2.1.0
2025-12-02 15:44:19 +00:00
email-validator==2.1.0
python-dotenv==1.0.0
httpx==0.25.2
2025-11-29 15:09:31 +00:00
# Database
sqlalchemy==2.0.23
asyncpg==0.29.0
alembic==1.13.0
greenlet==3.0.1
# Redis
redis==5.0.1
# Authentication
bcrypt==5.0.0
python-jose[cryptography]==3.5.0
passlib[bcrypt]==1.7.4
# File handling
python-multipart==0.0.6
aiofiles==23.2.1
Pillow==10.1.0
# Date handling
python-dateutil==2.8.2
2025-12-27 10:50:07 +00:00
# Scheduler
apscheduler==3.10.4
# Astronomy calculations
skyfield==1.48