generated from dopt-python/py311
added db schemas
This commit is contained in:
@@ -5,7 +5,7 @@ description = "Umbreit's Python-based application"
|
||||
authors = [
|
||||
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
|
||||
]
|
||||
dependencies = []
|
||||
dependencies = ["sqlalchemy>=2.0.44"]
|
||||
requires-python = ">=3.11"
|
||||
readme = "README.md"
|
||||
license = {text = "LicenseRef-Proprietary"}
|
||||
@@ -150,4 +150,6 @@ nb = [
|
||||
]
|
||||
data = [
|
||||
"pandas>=2.3.3",
|
||||
"polars>=1.35.1",
|
||||
"pyarrow>=22.0.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user