|
|
@@ -77,6 +77,7 @@ dependencies = [
|
|
|
{ name = "pandas" },
|
|
|
{ name = "pyodbc" },
|
|
|
{ name = "python-docx" },
|
|
|
+ { name = "python-dotenv" },
|
|
|
{ name = "python-multipart" },
|
|
|
{ name = "sqlalchemy" },
|
|
|
{ name = "uvicorn", extra = ["standard"] },
|
|
|
@@ -93,6 +94,7 @@ requires-dist = [
|
|
|
{ name = "pandas", specifier = ">=2.0" },
|
|
|
{ name = "pyodbc", specifier = ">=4.0" },
|
|
|
{ name = "python-docx", specifier = ">=0.8" },
|
|
|
+ { name = "python-dotenv", specifier = ">=1.2.1" },
|
|
|
{ name = "python-multipart", specifier = ">=0.0.6" },
|
|
|
{ name = "sqlalchemy", specifier = ">=2.0" },
|
|
|
{ name = "uvicorn", extras = ["standard"], specifier = ">=0.22" },
|