We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcce57c commit 60f3889Copy full SHA for 60f3889
setup.py
@@ -27,7 +27,7 @@
27
# prerequisite: setuptools
28
# http://pypi.python.org/pypi/setuptools
29
30
-REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil"]
+REQUIRES = ["urllib3 >= 1.15", "six >= 1.10", "certifi", "python-dateutil", "pandas>=0.20.3"]
31
32
setup(
33
name=NAME,
0 commit comments