add requirements

This commit is contained in:
Alexander Leibzon
2016-03-17 12:50:39 +02:00
parent d88d1a1e61
commit 158fc6222d
2 changed files with 5 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ class Hive(BaseSQLQueryRunner):
def __init__(self, configuration):
super(Hive, self).__init__(configuration)
def _get_tables(self, schema_dict):
def _get_tables(self, schema):
try:
schemas_query = "show schemas"

View File

@@ -19,7 +19,10 @@ python-dateutil==2.4.2
pytz==2015.7
redis==2.7.5
requests==2.3.0
six==1.5.2
botocore==1.4.4
six==1.10.0
dql==0.5.16
dynamo3==0.4.7
sqlparse==0.1.8
wsgiref==0.1.2
Flask-Script==0.6.6