mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
update dependencies
This commit is contained in:
866
poetry.lock
generated
866
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -30,29 +30,28 @@ version = "2.0.0-dev"
|
||||
hyperglass = "hyperglass.console:run"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
Pillow = "^8.3.2"
|
||||
PyJWT = "^2.0.1"
|
||||
PyYAML = "^5.4.1"
|
||||
aiofiles = "^0.7.0"
|
||||
distro = "^1.5.0"
|
||||
fastapi = "^0.73.0"
|
||||
favicons = ">=0.1.0,<1.0"
|
||||
Pillow = "^9.5.0"
|
||||
PyJWT = "^2.6.0"
|
||||
PyYAML = "^6.0"
|
||||
aiofiles = "^23.1.0"
|
||||
distro = "^1.8.0"
|
||||
fastapi = "^0.95.1"
|
||||
favicons = "^0.2.0"
|
||||
gunicorn = "^20.1.0"
|
||||
httpx = "^0.20.0"
|
||||
loguru = "^0.5.3"
|
||||
netmiko = "^3.4.0"
|
||||
paramiko = "^2.12.0"
|
||||
psutil = "^5.7.2"
|
||||
py-cpuinfo = "^8.0.0"
|
||||
pydantic = {extras = ["dotenv"], version = "^1.9.0"}
|
||||
httpx = "^0.24.0"
|
||||
loguru = "^0.7.0"
|
||||
netmiko = "^4.1.2"
|
||||
paramiko = "^3.1.0"
|
||||
psutil = "^5.9.4"
|
||||
py-cpuinfo = "^9.0.0"
|
||||
pydantic = "^1.10.7"
|
||||
python = ">=3.8.1,<4.0"
|
||||
redis = "^3.5.3"
|
||||
rich = "^10.11.0"
|
||||
typer = "^0.4.0"
|
||||
typing-extensions = "^3.7.4"
|
||||
uvicorn = {extras = ["standard"], version = "^0.15.0"}
|
||||
uvloop = "^0.16.0"
|
||||
xmltodict = "^0.12.0"
|
||||
redis = "^4.5.4"
|
||||
rich = "^13.3.4"
|
||||
typer = "^0.7.0"
|
||||
uvicorn = "^0.21.1"
|
||||
uvloop = "^0.17.0"
|
||||
xmltodict = "^0.13.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
bandit = "^1.7.4"
|
||||
|
Reference in New Issue
Block a user