pythonPackages.quandl: init at 3.2.1

This commit is contained in:
Ilya Kolpakov
2017-11-30 13:48:46 +01:00
parent 741d9c8c2d
commit e15c715daf
3 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -18,7 +18,7 @@ from version import VERSION # NOQA
install_requires = [
'pandas >= 0.14',
'numpy >= 1.8',
- 'requests >= 2.7.0, < 2.18', # Version 2.18 appears to break pulling data.
+ 'requests >= 2.7.0', # Works fine
'inflection >= 0.3.1',
'python-dateutil',
'six',