refactor to allow for multiple code locations
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user