Skip to content

Commit

Permalink
Fix dependency on DuckDB
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Nov 25, 2020
1 parent a126511 commit e03a62e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
38 changes: 17 additions & 21 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 @@ -100,7 +100,7 @@ sphinx-autodoc-typehints = { version = "^1.11.0", optional = true }
sphinxcontrib-svg2pdfconverter = { version = "^1.1.0", optional = true }
tomlkit = { version = "^0.7.0", optional = true }

duckdb = { version = "^0.2.2.dev254", optional = true }
duckdb = { version = "^0.2.2", optional = true }
influxdb = { version = "^5.3.0", optional = true }
crate = { version = "^0.25.0", optional = true, extras = ["sqlalchemy"] }
mysqlclient = { version = "^2.0.1", optional = true }
Expand Down

0 comments on commit e03a62e

Please sign in to comment.