Adding impyla to support impala as a DB

Adding dependency for impyla (Impala's python based client) so that we can now support impala as a DB
This commit is contained in:
shekhar 2015-12-29 13:36:30 -07:00
parent 3f292e6308
commit 7e122cd368
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ pyhive
mysqlclient>=1.3.6, <2.0.0
six
sqlalchemy==1.0.8
impyla