
Create a complete e-commerce application with the following features: - User authentication and authorization - Product and category management - Shopping cart functionality - Order processing - Database migrations with Alembic - Comprehensive documentation
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
fastapi==0.104.1
|
|
pydantic==2.4.2
|
|
pydantic-settings==2.0.3
|
|
python-multipart==0.0.6
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
sqlalchemy==2.0.23
|
|
alembic==1.12.1
|
|
uvicorn==0.24.0
|
|
ruff==0.1.5
|
|
email-validator==2.1.0
|
|
pytest==7.4.3
|
|
httpx==0.25.1
|
|
python-dotenv==1.0.0 |