mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Making thrift, pyhive and tableschema as extra_requires (#6696)
* Making thrift, pyhive and tableschema as extra_requires Looking at the dependency tree for license related questions, I noticed that tableschema had a huge tree, and only people running Hive really need it. Making this as well as pyhive and thrift optional. Also bumping some python dependencies * Run pip-compile * Removing refs to past.builtins (from future lib) * Add thrift
This commit is contained in:
committed by
GitHub
parent
ebb799140a
commit
f742b9876b
@@ -9,8 +9,10 @@ mysqlclient==1.3.13
|
||||
pip-tools==3.1.0
|
||||
psycopg2-binary==2.7.5
|
||||
pycodestyle==2.4.0
|
||||
pyhive==0.6.1
|
||||
pylint==1.9.2
|
||||
python-dotenv==0.10.1
|
||||
redis==2.10.6
|
||||
statsd==3.3.0
|
||||
thrift==0.11.0
|
||||
tox==3.5.3
|
||||
|
||||
Reference in New Issue
Block a user