-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
53 lines (49 loc) · 1.14 KB
/
pyproject.toml
File metadata and controls
53 lines (49 loc) · 1.14 KB
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
53
[project]
name = "teamster"
version = "0.1.0"
description = ""
authors = [
{ name = "Charlie Bini", email = "5003326+cbini@users.noreply.github.com" },
]
license = { text = "AGPL-3.0-or-later" }
requires-python = ">=3.13,<3.15"
dependencies = [
"dagster>=1.12,<1.13",
"dagster-airbyte",
"dagster-cloud",
"dagster-dbt",
"dagster-dlt",
"dagster-gcp",
"dagster-k8s",
"dagster-ssh",
"dbt-bigquery>=1.11,<1.12",
"dbt-core",
"beautifulsoup4>=4.12.2",
"cramjam>=2.7.0",
"dlt>=1.10.0",
"fastavro>=1.9.0",
"gspread>=5.12.0",
"ldap3>=2.9.1",
"oracledb>=1.4.2",
"psycopg[binary,pool]>=3.2.7",
"py-avro-schema>=3.4.1",
"pycryptodome>=3.21.0",
"pypdf>=5.0.0",
"python-dateutil>=2.9.0.post0",
"scikit-learn>=1.4.0",
"sqlalchemy>=2.0.42",
"tableauserverclient>=0.25",
"tenacity>=8.2.3",
"urllib3>=2.6.3",
]
[dependency-groups]
dev = ["cron-descriptor>=1.4", "dagster-webserver", "pytest>=8.3.4"]
docs = ["mkdocs-material>=9.7.5"]
mcp = ["mcp>=1.0.0"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/teamster"]
[tool.dagster]
project_name = "teamster"