forked from ThalesGroup/incubator-superset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
134 lines (131 loc) · 2.82 KB
/
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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
superset = {editable = true,path = "."}
botocore = ">=1.15.3"
"psycopg2-binary" = "==2.7.5"
Unidecode = "==1.0.22"
tox = "==3.1.2"
alembic = "==1.0.0"
amqp = "==2.3.2"
"asn1crypto" = "==0.24.0"
billiard = "==3.5.0.4"
bleach = "==3.0.2"
beautifulsoup4 = "==4.6.0"
cachetools = "==3.0.0"
cchardet = "==1.0.0"
celery = "==4.2.0"
certifi = "==2018.8.24"
cffi = "==1.11.5"
chardet = "==3.0.4"
click = "==6.7"
colorama = "==0.3.9"
"contextlib2" = "==0.5.5"
croniter = "==0.3.25"
cryptography = "==2.4.2"
decorator = "==4.3.0"
defusedxml = "==0.5.0"
flask-babel = "==0.11.1"
flower = "==0.9.2"
future = "==0.16.0"
geopy = "==1.11.0"
google-auth = "==1.6.1"
gsheetsdb = "==0.1.8"
gunicorn = "==19.8.0"
humanize = "==0.5.1"
idna = "==2.6"
ijson = "==2.3"
isodate = "==0.6.0"
itsdangerous = "==0.24"
jdcal = "==1.4"
jsonlines = "==1.2.0"
jsonschema = "==2.6.0"
kombu = "==4.2.1"
linear-tsv = "==1.1.0"
mo-future = "==2.20.18317"
moz-sql-parser = "==2.19.18318"
numpy = "==1.15.2"
openpyxl = "==2.4.11"
pandas = "==0.23.1"
parsedatetime = "==2.0.0"
"pathlib2" = "==2.3.0"
polyline = "==1.3.2"
py = "==1.7.0"
"pyasn1-modules" = "==0.2.2"
"pyasn1" = "==0.4.4"
pycparser = "==2.19"
pydruid = "==0.5.0"
pyparsing = "==2.3.0"
python-dateutil = "==2.6.1"
python-editor = "==1.0.3"
python-geohash = "==0.8.5"
"python3-openid" = "==3.1.0"
pytz = "==2018.5"
requests = "==2.20.0"
retry = "==0.9.2"
"rfc3986" = "==1.1.0"
rsa = "==4.0"
sasl = "==0.2.1"
selenium = "==3.14.0"
simplejson = "==3.15.0"
six = "==1.11.0"
sqlparse = "==0.2.4"
tableschema = "==1.1.0"
tabulator = "==1.15.0"
thrift = "==0.11.0"
tornado = "==5.1.1"
unicodecsv = "==0.14.1"
"urllib3" = "==1.22"
vine = "==1.1.4"
webencodings = "==0.5.1"
xlrd = "==1.1.0"
elasticsearch = "==5.5.3"
python-ldap = "==3.1.0"
Babel = "==2.6.0"
et_xmlfile = "==1.0.1"
Flask-AppBuilder = "==1.12.3"
Flask-Caching = "==1.4.0"
Flask-Compress = "==1.4.0"
Flask-Login = "==0.4.1"
Flask-Migrate = "==2.1.1"
Flask-OpenID = "==1.2.5"
Flask-SQLAlchemy = "==2.3.2"
Flask-WTF = "==0.14.2"
Flask = "==1.0.2"
"Jinja2" = "==2.10"
Mako = "==1.0.7"
Markdown = "==3.0"
PyHive = "==0.6.1"
PyYAML = "==3.13"
SQLAlchemy-Utils = "==0.32.21"
SQLAlchemy = "==1.2.2"
thrift_sasl = "==0.3.0"
pipenv = "*"
requests-kerberos = "==0.12.0"
django = "==2.1.5"
python-dotenv = "==0.10.1"
pycrypto = "==2.6.1"
pyjwt = "==1.7.1"
gevent = "==1.4.0"
werkzeug = "==0.14.1"
docutils = "==0.14"
PyAthena = ">1.2.0"
[dev-packages]
"autopep8" = "==1.3.5"
console-log = "==0.2.10"
"flake8-coding" = "==1.3.0"
"flake8-commas" = "==2.0.0"
"flake8-future-import" = "==0.4.5"
"flake8-import-order" = "==0.18"
"flake8-quotes" = "==1.0.0"
"flake8" = "==3.5.0"
ipdb = "==0.11"
mysqlclient = "==1.3.12"
pylint = "==1.9.2"
redis = "==2.10.6"
statsd = "==3.2.2"
Flask-Cors = "==3.0.3"
[requires]
python_version = "3.6"