about summary refs log tree commit diff
path: root/pkgs/development/python-modules/quandl/allow-requests-v2.18.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/quandl/allow-requests-v2.18.patch')
-rw-r--r--pkgs/development/python-modules/quandl/allow-requests-v2.18.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/python-modules/quandl/allow-requests-v2.18.patch b/pkgs/development/python-modules/quandl/allow-requests-v2.18.patch
deleted file mode 100644
index c4d14319a8b6..000000000000
--- a/pkgs/development/python-modules/quandl/allow-requests-v2.18.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-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',