Skip to content

Commit 0caa628

Browse files
committed
Remove older files
1 parent 75b15fe commit 0caa628

File tree

4 files changed

+118
-39
lines changed

4 files changed

+118
-39
lines changed

text_2_sql/data_dictionary/environment.py

Lines changed: 0 additions & 30 deletions
This file was deleted.

text_2_sql/text_2_sql_core/pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,20 @@ requires-python = ">=3.12"
1010
dependencies = [
1111
"aioodbc>=0.5.0",
1212
"azure-identity>=1.19.0",
13+
"networkx>=3.4.2",
1314
"openai>=1.55.3",
1415
"pydantic>=2.10.2",
1516
"python-dotenv>=1.0.1",
1617
]
1718

19+
[project.optional-dependencies]
20+
snowflake = [
21+
"snowflake-connector-python>=3.12.3",
22+
]
23+
databricks = [
24+
"databricks>=0.2",
25+
]
26+
1827
[build-system]
1928
requires = ["hatchling"]
2029
build-backend = "hatchling.build"

text_2_sql/text_2_sql_core/requirements.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

uv.lock

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

0 commit comments

Comments
 (0)