Created
April 8, 2015 07:46
-
-
Save jerith/bc9c9bca5bab9b3693ab to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/setup.py b/setup.py | |
| index 0139197..54b4dda 100644 | |
| --- a/setup.py | |
| +++ b/setup.py | |
| @@ -28,7 +28,7 @@ setup( | |
| 'django-registration==1.0', | |
| 'lesscpy==0.9h', | |
| 'xlrd==0.8.0', | |
| - 'requests', | |
| + 'requests>=1.0', | |
| 'mock==1.0.1', | |
| 'raven>=2.0,<3.0', | |
| 'django-debug-toolbar==0.9.4', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment