15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
# eamco_playground dependencies
|
|
# FastAPI web framework and server
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
|
|
# Database
|
|
SQLAlchemy==2.0.40
|
|
psycopg2-binary==2.9.10
|
|
|
|
# Weather API
|
|
pyowm==3.3.0
|
|
|
|
# Build tools
|
|
setuptools==75.8.0
|