Initial commit - production deployment
This commit is contained in:
22
services/pos/requirements.txt
Normal file
22
services/pos/requirements.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
fastapi==0.119.0
|
||||
uvicorn[standard]==0.32.1
|
||||
pydantic==2.12.3
|
||||
pydantic-settings==2.7.1
|
||||
sqlalchemy==2.0.44
|
||||
asyncpg==0.30.0
|
||||
alembic==1.17.0
|
||||
structlog==25.4.0
|
||||
aiohttp==3.11.10
|
||||
redis==6.4.0
|
||||
celery==5.4.0
|
||||
cryptography==44.0.0
|
||||
python-jose[cryptography]==3.3.0
|
||||
httpx==0.28.1
|
||||
websockets==14.1
|
||||
psutil==5.9.8
|
||||
python-multipart==0.0.6
|
||||
aio-pika==9.4.3
|
||||
email-validator==2.2.0
|
||||
psycopg2-binary==2.9.10
|
||||
pytz==2024.2
|
||||
apscheduler==3.10.4
|
||||
Reference in New Issue
Block a user