Skip to content

Commit a31cbbf

Browse files
author
Your Name
committed
Use dlt from feature branch
1 parent a2881b6 commit a31cbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ packages = [{include = "sources"}]
1212

1313
[tool.poetry.dependencies]
1414
python = ">=3.8.1,<3.13"
15-
dlt = {version = "0.4.3a0", allow-prereleases = true, extras = ["redshift", "bigquery", "postgres", "duckdb", "s3", "gs"]}
15+
dlt = {git = "https://github.com/deanja/dlt.git", branch = "add-git-to-filesystem-source-301", extras = ["redshift", "bigquery", "postgres", "duckdb", "s3", "gs"]}
1616

1717
[tool.poetry.group.dev.dependencies]
1818
mypy = "1.6.1"

0 commit comments

Comments
 (0)