forked from amancevice/docker-superset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 1012 Bytes
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
# This section for Python packages that
# MUST be installed before anything else
[packages]
pystan = "==2.19.1.1"
# This section for all other packages
[dev-packages]
"infi.clickhouse-orm" = "==1.0.2"
authlib = "==0.14.3"
clickhouse-sqlalchemy = "==0.1.6"
cx-oracle = "==7.3.0"
elasticsearch-dbapi = "==0.1.2"
flask-cors = "==3.0.9"
flask-mail = "==0.9.1"
flask-oauth = "==0.12"
flask-oauthlib = "==0.9.5"
gevent = "==22.10.2"
impyla = "==0.14.0"
markupsafe = "==2.0.1"
mysqlclient = "==1.4.2"
openpyxl = "==3.0.10"
pillow = "==9.3.0"
prophet = "==1.0.1"
psycopg2 = "==2.9.3"
pyathena = "==1.5.1"
pybigquery = "==0.4.13"
pydruid = "==0.5.7"
pyhive = "==0.6.1"
pyldap = "==2.4.28"
pymssql-linux = "==2.1.6"
redis = "==3.5.3"
sasl = "==0.2.1"
snowflake-sqlalchemy = "==1.2.1"
sqlalchemy-redshift = "==0.7.1"
sqlalchemy-trino = "==0.3.0"
thrift-sasl = "==0.3.0"
werkzeug = "==2.0.3"
wtforms = "==2.3.3"
[requires]
python_version = "3.8"