at 18.09-beta 367 B view raw
1diff --git a/setup.py b/setup.py 2--- a/setup.py 3+++ b/setup.py 4@@ -18,7 +18,7 @@ from version import VERSION # NOQA 5 install_requires = [ 6 'pandas >= 0.14', 7 'numpy >= 1.8', 8- 'requests >= 2.7.0, < 2.18', # Version 2.18 appears to break pulling data. 9+ 'requests >= 2.7.0', # Works fine 10 'inflection >= 0.3.1', 11 'python-dateutil', 12 'six',