Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Add thrift dependency, hive does not take it transitive.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Runesson (maoz) authored and Magnus Runesson (maoz) committed Sep 26, 2018
1 parent 914bd88 commit e32f97e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ def run_tests(self):
'requests>=2.18.4,<2.19',
'requests-kerberos',
'click',
'pyhive'],
'pyhive',
'thrift'],
tests_require=['pytest',
'nose',
'mock'],
Expand Down

0 comments on commit e32f97e

Please sign in to comment.