weatherdataapi-2z0ghm/requirements.txt
Automated Action 2681892abd Add Weather Data API with OpenWeatherMap integration
- Set up FastAPI project structure
- Create database models for locations and weather data
- Implement OpenWeatherMap API integration
- Create API endpoints for current weather and history
- Add health endpoint
- Set up database migrations with Alembic
- Update README with documentation

generated with BackendIM... (backend.im)
2025-05-12 13:35:49 +00:00

8 lines
143 B
Plaintext

fastapi==0.110.1
uvicorn==0.25.0
sqlalchemy==2.0.28
alembic==1.13.0
httpx==0.26.0
pydantic==2.6.3
pydantic-settings==2.1.0
python-dotenv==1.0.1