Skip to content

Commit 60f3889

Browse files
author
osimloeff
authored
Update setup.py
1 parent bcce57c commit 60f3889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# prerequisite: setuptools
2828
# http://pypi.python.org/pypi/setuptools
2929

30-
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
30+
REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "pandas>=0.20.3"]
3131

3232
setup(
3333
name=NAME,

0 commit comments

Comments
 (0)