Skip to content

Commit ec57fa9

Browse files
committed
Add duckdb_engine and sqlalchemy to build dependencies
Why these changes are being introduced: Until we update the build approach, possibly when we migrate to uv, we need to add any dependencies to *both* Pipfile (for local dev) and pyproject.toml (for building by other applications). How this addresses that need: * Adds duckdb_engine and sqlalchemy to pyproject.toml Relevant ticket(s): * None
1 parent 781e4e0 commit ec57fa9

2 files changed

Lines changed: 60 additions & 58 deletions

File tree

Pipfile.lock

Lines changed: 58 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,10 @@ dependencies = [
2525
"attrs",
2626
"boto3",
2727
"duckdb",
28+
"duckdb_engine",
2829
"pandas",
2930
"pyarrow",
31+
"sqlalchemy"
3032
]
3133

3234
[project.optional-dependencies]

0 commit comments

Comments
 (0)