Skip to content

Commit

Permalink
Remove pygridgain so Trino data source shows up
Browse files Browse the repository at this point in the history
This also updates the python tzlocal dependency to the 4.x series,
as seems to be required for Trino to work.
  • Loading branch information
justinclift committed Oct 23, 2023
1 parent de84c40 commit 1a4f60c
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
73 changes: 37 additions & 36 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ user-agents = "2.0"
werkzeug = "2.3.6"
wtforms = "2.2.1"
xlsxwriter = "1.2.2"
tzlocal = "4.3.1"

[tool.poetry.group.all_ds]
optional = true
Expand Down Expand Up @@ -118,7 +119,6 @@ pyathena = ">=1.5.0,<=1.11.5"
pydgraph = "2.0.2"
pydruid = "0.5.7"
pyexasol = "0.12.0"
pygridgain = "1.4.0"
pyhive = "0.6.1"
pyignite = "0.6.1"
pymongo = { version = "4.3.3", extras = ["srv", "tls"] }
Expand Down

0 comments on commit 1a4f60c

Please sign in to comment.