Initial YakPanel commit
This commit is contained in:
28
YakPanel-server/backend/requirements.txt
Normal file
28
YakPanel-server/backend/requirements.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
# YakPanel - Backend Dependencies
|
||||
fastapi>=0.109.0
|
||||
uvicorn[standard]>=0.27.0
|
||||
python-multipart>=0.0.6
|
||||
|
||||
# Database
|
||||
sqlalchemy>=2.0.25
|
||||
alembic>=1.13.0
|
||||
aiosqlite>=0.19.0
|
||||
asyncpg>=0.29.0
|
||||
|
||||
# Auth
|
||||
python-jose[cryptography]>=3.3.0
|
||||
passlib[bcrypt]>=1.7.4
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# Redis & Celery
|
||||
redis>=5.0.0
|
||||
celery>=5.3.0
|
||||
|
||||
# Utils
|
||||
psutil>=5.9.0
|
||||
croniter>=2.0.0
|
||||
pydantic>=2.5.0
|
||||
pydantic-settings>=2.1.0
|
||||
|
||||
# Remote SSH installer (optional)
|
||||
asyncssh>=2.14.0
|
||||
Reference in New Issue
Block a user