Skip to content

Commit 75b15fe

Browse files
committed
More packaging
1 parent 75606d9 commit 75b15fe

File tree

7 files changed

+476
-1
lines changed

7 files changed

+476
-1
lines changed

text_2_sql/text_2_sql_core/pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ authors = [
77
{ name = "Ben Constable", email = "[email protected]" }
88
]
99
requires-python = ">=3.12"
10-
dependencies = []
10+
dependencies = [
11+
"aioodbc>=0.5.0",
12+
"azure-identity>=1.19.0",
13+
"openai>=1.55.3",
14+
"pydantic>=2.10.2",
15+
"python-dotenv>=1.0.1",
16+
]
1117

1218
[build-system]
1319
requires = ["hatchling"]

text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/__init__.py

Whitespace-only changes.

text_2_sql/data_dictionary/data_dictionary_creator.py renamed to text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/data_dictionary_creator.py

File renamed without changes.

text_2_sql/data_dictionary/databricks_data_dictionary_creator.py renamed to text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/databricks_data_dictionary_creator.py

File renamed without changes.

text_2_sql/data_dictionary/snowflake_data_dictionary_creator.py renamed to text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/snowflake_data_dictionary_creator.py

File renamed without changes.

text_2_sql/data_dictionary/tsql_data_dictionary_creator.py renamed to text_2_sql/text_2_sql_core/src/text_2_sql_core/data_dictionary/tsql_data_dictionary_creator.py

File renamed without changes.

uv.lock

Lines changed: 469 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)