Skip to content

Commit

Permalink
snakebite can remain in extras
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Lowin authored and Jeremiah Lowin committed Aug 7, 2015
1 parent 32a1f7f commit cec6ed9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@
s3 = ['boto>=2.36.0']
jdbc = ['jaydebeapi>=0.2.0']
mssql = ['pymssql>=2.1.1', 'unicodecsv>=0.13.0']

# snakebite only compatible with Python 2 -- as of August 2015
if sys.version_info[0] == 2:
hdfs = ['snakebite>=2.4.13']
else:
hdfs = []
hdfs = ['snakebite>=2.4.13']

all_dbs = postgres + mysql + hive + mssql + hdfs
devel = all_dbs + doc + samba + s3 + ['nose']
Expand Down

0 comments on commit cec6ed9

Please sign in to comment.