32 lines
477 B
Plaintext
32 lines
477 B
Plaintext
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
|
|
email-validator==2.1.0
|
|
python-dotenv==1.0.0
|
|
httpx==0.25.2
|
|
|
|
# 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
|