forked from duckdb/dbt-duckdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
58 lines (53 loc) · 1.34 KB
/
setup.cfg
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
54
55
56
57
58
[metadata]
name = dbt-duckdb
author = Josh Wills
author_email = [email protected]
url = https://github.com/jwills/dbt-duckdb
summary = The duckdb adapter plugin for dbt (data build tool)
description_file = README.md
long_description_content_type = text/markdown
license = Apache-2
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Operating System :: MacOS :: MacOS X
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
keywords =
setup
distutils
[options]
install_requires=
dbt-common>=1,<2
dbt-adapters>=1,<2
duckdb==1.0.0
tenacity>=7.0.0
# add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency
dbt-core>=1.8.0
python_requires = >=3.8
include_package_data = True
packages = find_namespace:
[options.packages.find]
include =
dbt
dbt.*
[build-system]
requires = ["setuptools >= 61.2", "pbr>=1.9"]
[extras]
glue =
boto3
mypy-boto3-glue
unity =
unitycatalog==0.1.1
deltalake==0.18.2
pyarrow==17.0.0
delta =
deltalake==0.18.2
pyarrow==17.0.0
[files]
packages =
dbt-duckdb