refactor to allow for multiple code locations

This commit is contained in:
2025-07-20 19:49:30 +02:00
parent 9b8cfabee5
commit fd73e1367c
40 changed files with 161 additions and 628 deletions

View File

@@ -6,34 +6,25 @@ authors = [
]
version = "0.1.0"
dependencies = [
"fastapi",
"beautifulsoup4",
"boto3",
"duckdb",
"fastparquet",
"gitpython",
"kubernetes",
"matplotlib",
"seaborn",
"icecream",
"lxml",
"openpyxl",
"xlsxwriter",
"pandas",
"pyarrow",
"pydantic[email]",
"pydantic-settings",
"pyyaml",
"requests",
"s3fs[boto3]",
"structlog",
"uvicorn",
"duckdb",
"geopandas",
"lxml",
"networkx",
"Pint",
"Pint-Pandas",
"boto3",
"influxdb-client",
"requests[socks]",
"beautifulsoup4",
"fastparquet",
"icecream"
"s3fs[boto3]",
"seaborn",
"structlog",
"xlsxwriter"
]
[project.optional-dependencies]
@@ -61,15 +52,19 @@ dagster = [
"dagster-duckdb-pandas",
"dagit"
]
[tool.poetry]
name = "dev"
version = "0.1.0"
description = ""
authors = ["Rik Veenboer <rik.veenboer@gmail.com>"]
[tool.poetry.dependencies]
seven = "^1.0.0"
vinyl = []
other = []
unknown = [
"fastapi",
"geopandas",
"influxdb-client",
"kubernetes",
"matplotlib",
"networkx",
"Pint",
"Pint-Pandas",
"uvicorn"
]
[tool.ruff]
builtins = ["ic"]