calculatorapi-e872ki/requirements.txt
Automated Action 5ca82943e6 Create Calculator API with FastAPI
Implemented:
- Basic arithmetic operations (add, subtract, multiply, divide)
- Input validation
- SQLite database with SQLAlchemy
- Alembic migrations
- Health endpoint

generated with BackendIM... (backend.im)
2025-05-14 00:04:55 +00:00

6 lines
95 B
Plaintext

fastapi>=0.68.0
uvicorn>=0.15.0
sqlalchemy>=1.4.23
pydantic>=1.8.2
alembic>=1.7.1
ruff>=0.0.171