-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
database-dependencies.txt
36 lines (36 loc) · 1.48 KB
/
database-dependencies.txt
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
#
# This file is created for superset database dependencies plugins
#
mysqlclient==1.3.13 # MySQL mysql://
cx_Oracle==7.0.0 # Oracle oracle://
snowflake-sqlalchemy==1.1.6 # Snowflake snowflake://
sqlalchemy-redshift==0.7.2 # Redshift redshift+psycopg2://
pymssql==2.1.4 # MSSQL mssql://
impyla==0.14.1 # Impala impala://
PyAthenaJDBC==2.0.1 # Athena awsathena+jdbc://
PyAthena==1.4.4 # Athena awsathena+rest://
sqlalchemy-vertica-python==0.4.3 # Vertica vertica+vertica_python://
sqlalchemy-clickhouse==0.1.5.post0 # ClickHouse clickhouse://
kylinpy==2.1.2 # Kylin kylin://
pybigquery==0.4.8 # BigQuery bigquery://
sqlalchemy-teradata==0.9.0.dev0 # Teradata teradata://
psycopg2==2.7.6.1 # Postgres, Greenplum postgresql+psycopg2://
PyHive==0.6.1 # Presto presto://, Hive hive://, SparkSQL jdbc+hive://
pinotdb==0.2.3 # PintoDB
elasticsearch-dbapi==0.1.2
gsheetsdb==0.1.9
cockroachdb==0.3.3
pydruid==0.5.9
#
# Optional packages
#
flower==0.9.2
tornado==5.1.1 # via flower
thrift-sasl==0.3.0
thrift==0.11.0
sasl==0.2.1 # via thrift-sasl
boto3==1.4.7
botocore==1.7.48
docutils==0.14 # via botocore
jmespath==0.9.3 # via boto3, botocore
s3transfer==0.1.13 # via boto3