mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2025-08-04 19:11:14 +02:00
New supervision
- using fastAPI - offline/online working - warning if ZABBIX API is too long - showing settings - showing last ack message - showing procedure - menu split by SU team
This commit is contained in:
@@ -1,16 +1,45 @@
|
||||
aiohttp==3.6.3
|
||||
aiohttp-jinja2==1.5
|
||||
aiosignal==1.3.1
|
||||
async-timeout==3.0.1
|
||||
attrs==20.3.0
|
||||
chardet==3.0.4
|
||||
charset-normalizer==2.1.1
|
||||
frozenlist==1.3.3
|
||||
idna==2.10
|
||||
idna-ssl==1.1.0
|
||||
Jinja2==3.1.2
|
||||
MarkupSafe==2.1.1
|
||||
multidict==4.7.6
|
||||
typing-extensions==3.7.4.3
|
||||
yarl==1.5.1
|
||||
zabbix-api==0.5.5
|
||||
aiofiles
|
||||
aiohttp
|
||||
aiohttp-jinja2
|
||||
aiosignal
|
||||
annotated-types
|
||||
anyio
|
||||
async-lru
|
||||
async-timeout
|
||||
attrs
|
||||
black
|
||||
click
|
||||
exceptiongroup
|
||||
fastapi
|
||||
flake8
|
||||
frozenlist
|
||||
h11
|
||||
httptools
|
||||
idna
|
||||
isort
|
||||
Jinja2
|
||||
MarkupSafe
|
||||
mccabe
|
||||
multidict
|
||||
mypy-extensions
|
||||
packaging
|
||||
pathspec
|
||||
platformdirs
|
||||
pycodestyle
|
||||
pydantic
|
||||
pydantic-settings
|
||||
pydantic_core
|
||||
pyflakes
|
||||
python-dotenv
|
||||
python-multipart
|
||||
PyYAML
|
||||
sniffio
|
||||
starlette
|
||||
tomli
|
||||
typing_extensions
|
||||
uvicorn
|
||||
uvloop
|
||||
watchfiles
|
||||
websockets
|
||||
yarl
|
||||
zabbix-api
|
||||
|
Reference in New Issue
Block a user