This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
pyproject.toml
78 lines (71 loc) · 1.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[tool.poetry]
name = "odd-collector"
version = "0.1.18"
description = "ODD Collector"
authors = ["Open Data Discovery <[email protected]>"]
keywords = [
"Open Data Discovery",
"Metadata",
"Data Discovery",
"Data Observability",
]
homepage = "https://github.com/opendatadiscovery/odd-collector"
repository = "https://github.com/opendatadiscovery/odd-collector"
[tool.poetry.dependencies]
boto3 = "1.26.32"
cassandra-driver = "3.25.0"
confluent-kafka = "1.9.2"
elasticsearch = "8.7.0"
feast = "0.29.0"
funcy = "^2.0"
flatdict = "4.0.1"
hive-metastore-client = "1.0.9"
lark-parser = "^0.12.0"
more-itertools = "8.13.0"
mysql-connector-python = "^8.0.32"
neo4j = "4.3.7"
oracledb = "1.2.1"
oddrn-generator = "^0.1.96"
psycopg2-binary = "2.9.3"
python = "^3.9"
pyhumps = "3.0.2"
pyodbc = "4.0.35"
pymongo = { extras = ["srv"], version = "4.0.2" }
presto-python-client = "0.8.2"
pymssql = "^2.2.10"
snowflake-connector-python = "^2.9"
sqlalchemy = "^1.4.45"
tableauserverclient = "0.19.0"
tarantool = "0.8.0"
trino = "0.315.0"
vertica-python = "1.1.1"
pyaml-env = "^1.2.1"
pytz = "^2022.7"
fastavro = "^1.9.0"
llvmlite = "^0.39.1"
numba = "^0.56.4"
mlflow = "^2.2.2"
sql-metadata = "^2.9.0"
odd-collector-sdk = "^0.3.44"
clickhouse-connect = "^0.5.14"
odd-models = "^2.0.33"
couchbase = "^4.1.3"
pyhive = { version = "^0.6.5", extras = ["hive"] }
duckdb = "^0.8.0"
opensearch-py = "^2.3.2"
[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.4"
black = "^22.1.0"
pytest = "^7.2.2"
pytest-asyncio = "^0.21.0"
pymysql = "^1.0.3"
isort = "^5.12.0"
testcontainers = { extras = ["oracle", "postgres"], version = "^3.7.1" }
clickhouse-driver = "0.2.5"
[tool.isort]
profile = "black"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
markers = ["integration"]