mirror of
https://github.com/OHV-IT/collabrix.git
synced 2025-12-15 16:48:36 +01:00
- Complete chat application similar to Microsoft Teams - Code snippet library with syntax highlighting - Real-time messaging with WebSockets - File upload with Office integration - Department-based permissions - Dark/Light theme support - Production deployment with SSL/Reverse Proxy - Docker containerization - PostgreSQL database with SQLModel ORM
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
sqlmodel==0.0.14
|
|
psycopg2-binary==2.9.9
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
python-dotenv==1.0.0
|
|
httpx==0.26.0
|
|
pytest==7.4.3
|
|
pytest-asyncio==0.21.1
|
|
aiofiles==23.2.1
|
|
pydantic-settings==2.1.0
|