admin / Apex
publicBid Management and Orchestration Tool with AI Capability
Apex / Synapse-Apexv2 / backend / requirements.txt
396 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | fastapi==0.115.6 uvicorn[standard]==0.34.0 sqlalchemy==2.0.36 psycopg[binary]==3.2.3 pydantic==2.10.4 pydantic-settings==2.7.0 python-multipart==0.0.20 passlib[bcrypt]==1.7.4 bcrypt==4.0.1 pyjwt==2.10.1 pyotp==2.9.0 qrcode[pil]==8.0 celery==5.4.0 redis==5.2.1 anthropic==0.116.0 python-docx==1.1.2 openpyxl==3.1.5 pypdf==5.1.0 xhtml2pdf==0.2.16 email-validator==2.2.0 pytest==8.3.4 httpx==0.28.1 |