fix tabulate types (#27598)

fix types for tabulate
old-commit-hash: 57d10a26e7
vw-mqb-aeb
Cameron Clough 2 years ago committed by GitHub
parent 515645da51
commit 81745b018e
  1. 4
      poetry.lock
  2. 2
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:70c04e16e6d385d5b589799946aafa4d25382137083c4558fbdd03e00ddd2327
size 585015
oid sha256:c011c700472ca5599423743005b447c3c88e7c5ea7b0ba748b15a8bb5a22d896
size 584839

@ -59,7 +59,6 @@ urllib3 = "^1.26.10"
utm = "^0.7.0"
websocket_client = "^1.3.3"
polyline = "^1.4.0"
types-tabulate = "^0.9.0.1"
[tool.poetry.group.dev.dependencies]
@ -108,6 +107,7 @@ types-certifi = "^2021.10.8"
types-pycurl = "^7.45.1"
types-PyYAML = "^6.0"
types-requests = "^2.28.11"
types-tabulate = "^0.8.10"
[tool.poetry.group.xx]

Loading…
Cancel
Save