admin / Synapse-Cortex
publicSelf Hosted ITSM Tool with RBAC/Tenanting and MFA
Synapse-Cortex / Synapse-Cortexv2 / requirements.txt
290 B · main
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | fastapi==0.111.0 uvicorn[standard]==0.30.1 SQLAlchemy==2.0.30 psycopg2-binary==2.9.9 pydantic[email]==2.7.1 passlib[bcrypt]==1.7.4 bcrypt==4.0.1 itsdangerous==2.2.0 python-dotenv==1.0.1 alembic==1.13.1 pyotp==2.9.0 qrcode[pil]==7.4.2 anthropic==0.116.0 cryptography==43.0.3 paramiko==3.4.1 |