-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpyproject.toml
52 lines (47 loc) · 1.22 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[project]
name = "fdp"
version = "1.0.0"
authors = [{ name = "David Gasquez" }]
dependencies = [
"altair>=5.5.0",
"carbox>=0.3",
"dag-json>=0.3",
"dagster>=1.10.7",
"dagster-dbt>=0.26.7",
"dagster-duckdb-pandas>=0.26.7",
"dagster-gcp>=0.26.7",
"dbt-core>=1.9.4",
"dbt-duckdb>=1.9.2",
"duckdb>=1.2.1",
"google-cloud-bigquery-storage>=2.30.0",
"httpx>=0.28.1",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.5",
"marimo[lsp,recommended,sql]>=0.12.8",
"pandas>=2.2.3",
"polars>=1.26.0",
"pyarrow>=19.0.1",
"web3>=7.10.0",
]
requires-python = ">=3.10, <3.14"
readme = "README.md"
license = { text = "MIT" }
[dependency-groups]
dev = [
"dagster-webserver>=1.10.7",
"ipykernel>=6.29.5",
"pyarrow-stubs>=19.1",
"ruff>=0.11.4",
]
[project.urls]
Homepage = "https://filecoindataportal.xyz/"
Changelog = "https://github.com/davidgasquez/filecoin-data-portal/commits/main/"
Issues = "https://github.com/davidgasquez/filecoin-data-portal/issues"
CI = "https://github.com/davidgasquez/filecoin-data-portal/actions"
[tool.setuptools]
packages = ["fdp"]
[tool.dagster]
module_name = "fdp.definitions"
code_location_name = "fdp"
[tool.pyright]
reportUnknownMemberType = false