
- Implemented FastAPI application structure - Added OpenWeatherMap API integration - Created SQLite database with SQLAlchemy - Setup Alembic for database migrations - Added health check endpoint - Created comprehensive README generated with BackendIM... (backend.im)
7 lines
118 B
Plaintext
7 lines
118 B
Plaintext
fastapi==0.103.1
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.20
|
|
pydantic==2.3.0
|
|
alembic==1.12.0
|
|
httpx==0.24.1
|
|
python-dotenv==1.0.0 |