Files
eamco_service/requirements.txt
Edwin Eames 07865480c7 Initial commit: Add EAMCO Service API
- Add FastAPI service for managing oil delivery services
- Implement service scheduling and management endpoints
- Add customer service history tracking
- Include database models for services, customers, and auto-delivery
- Add authentication and authorization middleware
- Configure Docker support for local, dev, and prod environments
- Add comprehensive .gitignore for Python projects
2026-02-01 19:02:13 -05:00

12 lines
193 B
Plaintext

# eamco_service 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
# Validation
pydantic==2.10.4