Fix map basestyle with static_ul
All checks were successful
/ test (push) Successful in 33s
/ build (push) Successful in 25s

This commit is contained in:
phil 2024-12-22 02:41:56 +01:00
parent 244194e832
commit c3bdc9c52f
4 changed files with 76 additions and 51 deletions

View file

@ -32,6 +32,7 @@ dependencies = [
"websockets>=12.0",
"pyxdg>=0.28",
"typer-slim>=0.15.1",
"httpx>=0.28.1",
]
requires-python = ">=3.12"
readme = "README.md"
@ -62,5 +63,4 @@ dev-dependencies = [
"types-python-jose>=3.3.4.20240106",
"types-passlib>=1.7.7.20240311",
"pytest>=8.3.4",
"httpx>=0.28.1",
]