fix missing toml dependency

This commit is contained in:
thatmattlove 2024-03-01 23:17:57 -05:00
parent cfd8f0d670
commit 9e6e0d55ee
3 changed files with 5 additions and 0 deletions

View file

@ -27,6 +27,7 @@ dependencies = [
"uvicorn==0.21.1",
"uvloop>=0.17.0",
"xmltodict==0.13.0",
"toml>=0.10.2",
]
readme = "README.md"
requires-python = ">= 3.11"

View file

@ -185,6 +185,8 @@ textfsm==1.1.2
tinycss2==1.2.1
# via cssselect2
# via svglib
toml==0.10.2
# via hyperglass
tomli==2.0.1
# via taskipy
typer==0.9.0

View file

@ -127,6 +127,8 @@ textfsm==1.1.2
tinycss2==1.2.1
# via cssselect2
# via svglib
toml==0.10.2
# via hyperglass
typer==0.9.0
# via favicons
# via hyperglass