Skip to content

Commit

Permalink
Revert "Update requests and urllib library versions (#280)"
Browse files Browse the repository at this point in the history
  • Loading branch information
chattarajoy committed Nov 4, 2019
1 parent 880d26e commit 2266e96
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ python:
- "3.5"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install urllib3==1.22 requests
- "python setup.py install"
- pip install mock
- pip install pytest==3.2.0 pytest-cov==2.6.0
Expand Down
8 changes: 0 additions & 8 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from setuptools import setup

INSTALL_REQUIRES = ['requests >=2.21.0', 'boto >=2.45.0', 'six >=1.12.0', 'urllib3 >= 1.24.3', 'inflection >= 0.3.1']
INSTALL_REQUIRES = ['requests >=1.0.3', 'boto >=2.45.0', 'six >=1.2.0', 'urllib3 >= 1.0.2', 'inflection >= 0.3.1']
if sys.version_info < (2, 7, 0):
INSTALL_REQUIRES.append('argparse>=1.1')

Expand Down

0 comments on commit 2266e96

Please sign in to comment.