mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
13 lines
367 B
Diff
13 lines
367 B
Diff
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',
|