1
0
Fork 1
mirror of https://github.com/thatmattlove/hyperglass.git synced 2026-05-07 12:43:05 +00:00

Update pyproject.toml update typer erro click

This commit is contained in:
Carlos Santos 2025-09-25 19:58:07 -03:00 committed by GitHub
parent 62fc058db8
commit 993926ec2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,32 +6,33 @@ authors = [
{ name = "thatmattlove", email = "matt@hyperglass.dev" }
]
dependencies = [
"Pillow==10.2.0",
"PyJWT==2.6.0",
"PyYAML>=6.0",
"aiofiles>=23.2.1",
"distro==1.8.0",
"Pillow<=11.3.0",
"PyJWT==2.10.1",
"PyYAML>=6.0.2",
"aiofiles>=24.1.0",
"distro==1.9.0",
"favicons==0.2.2",
"httpx==0.24.0",
"loguru>=0.7.2",
"netmiko==4.1.2",
"paramiko==3.4.0",
"psutil==5.9.4",
"httpx==0.28.1",
"loguru>=0.7.3",
"netmiko==4.6.0",
"paramiko==4.0.0",
"psutil==7.1.0",
"py-cpuinfo==9.0.0",
"pydantic>=2.6.3",
"redis==4.5.4",
"rich>=13.7.0",
"pydantic>=2.11.9",
"redis==6.4.0",
"rich<=14.0.0",
"typer>=0.9.0",
"uvicorn==0.21.1",
"uvloop>=0.17.0",
"xmltodict==0.13.0",
"uvicorn==0.37.0",
"uvloop>=0.21.0",
"xmltodict==1.0.2",
"toml>=0.10.2",
"pydantic-settings>=2.2.1",
"pydantic-extra-types>=2.6.0",
"litestar[standard,brotli]>=2.7.1",
"pydantic-settings==2.11.0",
"pydantic-extra-types>=2.10.5",
"litestar[standard,brotli]>=2.17.0",
"click<=8.1.7",
]
readme = "README.md"
requires-python = ">= 3.11"
requires-python = ">= 3.13,<4.0"
[project.scripts]
hyperglass = "hyperglass.console:run"