
- Created FastAPI application with SQLite database integration - Implemented OpenWeatherMap client with caching - Added endpoints for current weather, forecasts, and history - Included comprehensive error handling and validation - Set up Alembic migrations - Created detailed README with usage examples generated with BackendIM... (backend.im)
12 lines
210 B
Plaintext
12 lines
210 B
Plaintext
fastapi==0.104.0
|
|
uvicorn==0.23.2
|
|
sqlalchemy==2.0.22
|
|
alembic==1.12.0
|
|
pydantic==2.4.2
|
|
httpx==0.24.1
|
|
python-dotenv==1.0.0
|
|
python-multipart==0.0.6
|
|
email-validator==2.0.0
|
|
pytest==7.4.2
|
|
pathlib==1.0.1
|
|
tenacity==8.2.3 |