use tablib[pandas]

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-01 15:43:52 -04:00
parent 9ea2c75144
commit d7648ba26e
+2 -2
View File
@@ -13,8 +13,8 @@ if sys.argv[-1] == 'publish':
os.system('python setup.py bdist_wheel upload --universal')
sys.exit()
requires = ['SQLAlchemy', 'tablib', 'docopt']
version = '0.5.0'
requires = ['SQLAlchemy', 'tablib[pandas]', 'docopt']
version = '0.5.1'
def read(f):