fix type warnings

This commit is contained in:
Kevin Hester
2024-06-25 11:25:07 -07:00
parent 220241448f
commit 402622f427
5 changed files with 14 additions and 13 deletions

View File

@@ -26,7 +26,6 @@ riden = { git = "https://github.com/geeksville/riden.git#1.2.1" }
parse = "^1.20.2"
ppk2-api = "^0.9.2"
pyarrow = "^16.1.0"
pyarrow-stubs = "^10.0.1.7"
platformdirs = "^4.2.2"
[tool.poetry.group.dev.dependencies]
@@ -45,6 +44,7 @@ types-tabulate = "^0.9.0.20240106"
types-requests = "^2.31.0.20240406"
types-setuptools = "^69.5.0.20240423"
types-pyyaml = "^6.0.12.20240311"
pyarrow-stubs = "^10.0.1.7"
[tool.poetry.extras]
tunnel = ["pytap2"]