c086f64363
- Add 7 core API endpoints: users, transactions, partners, products, inventory, payments, credit - Implement role-based authentication (admin/write/read-only access) - Add comprehensive database models with proper relationships - Include full test coverage for all endpoints and business logic - Set up Alembic migrations and Docker configuration - Configure FastAPI app with CORS and database integration
29 lines
532 B
Plaintext
29 lines
532 B
Plaintext
alembic==1.16.4
|
|
annotated-types==0.7.0
|
|
anyio==4.10.0
|
|
asyncpg==0.30.0
|
|
fastapi==0.116.1
|
|
greenlet==3.2.4
|
|
idna==3.10
|
|
iniconfig==2.1.0
|
|
Mako==1.3.10
|
|
MarkupSafe==3.0.2
|
|
packaging==25.0
|
|
pluggy==1.6.0
|
|
psycopg2-binary==2.9.10
|
|
pydantic==2.11.7
|
|
pydantic-settings==2.10.1
|
|
pydantic_core==2.33.2
|
|
Pygments==2.19.2
|
|
pytest==8.4.1
|
|
python-dotenv==1.1.1
|
|
sniffio==1.3.1
|
|
SQLAlchemy==2.0.43
|
|
sqlmodel==0.0.24
|
|
starlette==0.47.2
|
|
typing-inspection==0.4.1
|
|
typing_extensions==4.14.1
|
|
python-jose[cryptography]==3.3.0
|
|
python-multipart==0.0.6
|
|
passlib[bcrypt]==1.7.4
|