Files
insight-updater/backend/requirements.txt
T
B0rbor4d cf7c29639c Initial scaffold: FastAPI backend + Vue 3 frontend + Docker setup
Backend: config/db/security/logging core, SQLAlchemy models (Server,
Credential, UpdateJob, UpdateLog, AuditLog, User), services (winrm, ssh,
cau, audit, job_runner), REST API (auth, servers, updates, audit),
Socket.io WebSocket layer.
Frontend: Vue 3 + TS + Pinia + Tailwind, Views (Dashboard, Servers,
Updates, Audit, Login), axios + socket.io-client, nginx prod config.
2026-07-31 23:45:31 +00:00

51 lines
863 B
Plaintext

# Core
fastapi==0.110.0
uvicorn[standard]==0.29.0
pydantic[email]==2.6.4
pydantic-settings==2.2.1
python-multipart==0.0.6
# Database
sqlalchemy[asyncio]==2.0.29
alembic==1.13.1
aiosqlite==0.19.0
asyncpg==0.29.0
# Redis & Caching
redis==5.0.1
# Security & Auth
python-jose[cryptography]==3.3.0
passlib[bcrypt]==1.7.4
cryptography==42.0.5
python-dotenv==1.0.1
# WinRM / SSH / CAU
python-winrm[kerberos]==0.5.0
paramiko==3.4.0
asyncssh==2.14.2
# WebSocket
python-socketio[asyncio]==5.10.0
# Logging & Observability
structlog==24.1.0
python-json-logger==2.0.7
# Validation & Utils
email-validator==2.1.0
python-slugify==8.0.1
pendulum==2.1.2
# Testing
pytest==8.1.1
pytest-asyncio==0.23.6
pytest-cov==4.1.0
httpx==0.27.0
faker==25.1.0
# Type Checking
mypy==1.9.0
types-python-jose==3.3.0.20240106
types-passlib==1.7.4.20240106
types-requests==2.31.0.20240106