ecommerceapi-fwzij3/requirements.txt
Automated Action 4458f5320b Build e-commerce API with FastAPI and SQLite
- Implemented user authentication with JWT tokens
- Created product management endpoints
- Added shopping cart functionality
- Implemented order management system
- Setup database models with SQLAlchemy
- Created alembic migrations
- Added health check endpoint

generated with BackendIM... (backend.im)
2025-05-13 22:46:42 +00:00

11 lines
190 B
Plaintext

fastapi>=0.68.0
uvicorn>=0.15.0
sqlalchemy>=1.4.23
passlib>=1.7.4
bcrypt>=3.2.0
pydantic>=1.8.2
python-jose>=3.3.0
python-multipart>=0.0.5
alembic>=1.7.1
email-validator>=1.1.3
ruff>=0.0.269