- FastAPI backend with CRUD for Veeam instances - Veeam REST API client supporting v9.5-v13 (legacy + OAuth2) - Multi-version detection and auth fallback - SQLite caching layer - Web dashboard with summary cards, instance list, detail tabs - Docker packaging
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
fastapi>=0.110.0
|
|
uvicorn[standard]>=0.29.0
|
|
httpx>=0.27.0
|
|
sqlalchemy[asyncio]>=2.0.30
|
|
greenlet>=3.0.0
|
|
aiosqlite>=0.20.0
|
|
pydantic>=2.7.0
|
|
pydantic-settings>=2.2.0
|
|
pycryptodome>=3.20.0
|