refactor plato logic
This commit is contained in:
@@ -6,22 +6,22 @@ authors = [
|
||||
]
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"fastapi",
|
||||
"gitpython",
|
||||
"fastapi",
|
||||
"gitpython",
|
||||
"kubernetes",
|
||||
"matplotlib",
|
||||
"matplotlib",
|
||||
"seaborn",
|
||||
"openpyxl",
|
||||
"openpyxl",
|
||||
"xlsxwriter",
|
||||
"pandas",
|
||||
"pyarrow",
|
||||
"pydantic[email]",
|
||||
"pydantic-settings",
|
||||
"pyyaml",
|
||||
"requests",
|
||||
"s3fs[boto3]",
|
||||
"structlog",
|
||||
"uvicorn",
|
||||
"pandas",
|
||||
"pyarrow",
|
||||
"pydantic[email]",
|
||||
"pydantic-settings",
|
||||
"pyyaml",
|
||||
"requests",
|
||||
"s3fs[boto3]",
|
||||
"structlog",
|
||||
"uvicorn",
|
||||
"duckdb",
|
||||
"geopandas",
|
||||
"lxml",
|
||||
@@ -68,3 +68,6 @@ authors = ["Rik Veenboer <rik.veenboer@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
seven = "^1.0.0"
|
||||
|
||||
[tool.ruff]
|
||||
builtins = ["ic"]
|
||||
|
||||
Reference in New Issue
Block a user