
- Set up project structure for FastAPI application - Create database models for items, categories, suppliers, and transactions - Set up Alembic for database migrations - Implement API endpoints for all entities - Add authentication with JWT tokens - Add health check endpoint - Create comprehensive README with documentation
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
fastapi>=0.104.0
|
|
pydantic>=2.4.2
|
|
pydantic-settings>=2.0.3
|
|
sqlalchemy>=2.0.22
|
|
alembic>=1.12.0
|
|
uvicorn>=0.23.2
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
python-multipart>=0.0.6
|
|
email-validator>=2.0.0
|
|
ruff>=0.1.1 |