Skip to content

Commit 9a6e6b5

Browse files
committed
fix(ingest): move git requirement into lookml deps
1 parent 15a33fa commit 9a6e6b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

metadata-ingestion/setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ def get_long_description():
5959
"cached_property",
6060
"ijson",
6161
"click-spinner",
62-
"GitPython>2",
6362
}
6463

6564
kafka_common = {
@@ -270,7 +269,7 @@ def get_long_description():
270269
"looker": looker_common,
271270
# lkml>=1.1.2 is required to support the sql_preamble expression in LookML
272271
"lookml": looker_common
273-
| {"lkml>=1.1.2", "sql-metadata==2.2.2", "sqllineage==1.3.5"},
272+
| {"lkml>=1.1.2", "sql-metadata==2.2.2", "sqllineage==1.3.5", "GitPython>2"},
274273
"metabase": {"requests", "sqllineage==1.3.5"},
275274
"mode": {"requests", "sqllineage==1.3.5", "tenacity>=8.0.1"},
276275
"mongodb": {"pymongo[srv]>=3.11", "packaging"},

0 commit comments

Comments
 (0)