Automated Action 609e7fb237 Implement retail management and payment API with FastAPI
This API provides endpoints for:
- Product and inventory management
- Customer management
- Order processing
- Payment processing with Stripe integration
- User authentication

generated with BackendIM... (backend.im)
2025-05-12 12:00:19 +00:00

12 lines
214 B
Plaintext

fastapi==0.99.1
uvicorn==0.23.2
sqlalchemy==2.0.19
pydantic==2.1.1
pydantic-settings==2.0.3
alembic==1.11.1
stripe==6.5.0
python-dotenv==1.0.0
python-multipart==0.0.6
passlib==1.7.4
python-jose==3.3.0
bcrypt==4.0.1