-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathsetup.cfg
52 lines (48 loc) · 1.09 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
[metadata]
name = mara-db
version = attr: mara_db.__version__
url = https://github.com/mara/mara-db
description = Configuration and monitoring of database connections
long_description = file: README.md
long_description_content_type = text/markdown
author = Mara contributors
license = MIT
[options]
packages = mara_db
python_requires = >= 3.6
install_requires =
SQLAlchemy>=1.1.5
sqlalchemy-utils>=0.32.14
alembic>=0.8.10
multimethod>=1.0.0
graphviz>=0.8
mara-page>=1.3.0
psycopg2-binary>=2.7.3
[options.package_data]
mara_db = static/*
[options.extras_require]
test =
pytest
pytest_click
pytest-docker
pytest-dependency
SQLAlchemy>=1.2.0
bigquery =
google-cloud-bigquery
google-cloud-bigquery-storage
pyarrow
sqlalchemy-bigquery
mssql = pyodbc
mysql = mysqlclient
postgres = psycopg2-binary>=2.7.3
redshift =
psycopg2-binary>=2.7.3
sqlalchemy-redshift
snowflake = snowflake-sqlalchemy
databricks =
databricks-sql-cli
databricks-sql-connector
sqlalchemy-databricks
[options.entry_points]
mara.commands =
db = mara_db.cli:mara_db