diff options
| author | Joffrey F <f.joffrey@gmail.com> | 2016-12-02 11:27:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-02 11:27:03 -0800 |
| commit | 9f2f93de0ed4d9dd4c43e445ca5127752e380a2d (patch) | |
| tree | 25c5eb3f2873e8f6ba1f471a743d220d8bb47336 | |
| parent | dfa4b76989b90bcefdbc7fc60bda787a2dc65edb (diff) | |
| parent | 176346bd95d4b62286eb6b7a1673f286cd128d97 (diff) | |
| download | docker-py-9f2f93de0ed4d9dd4c43e445ca5127752e380a2d.tar.gz | |
Merge pull request #1324 from docker/requests_2.12.2
Exclude requests==2.12.2 from dependencies
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ ROOT_DIR = os.path.dirname(__file__) SOURCE_DIR = os.path.join(ROOT_DIR) requirements = [ - 'requests >= 2.5.2, != 2.11.0', + 'requests >= 2.5.2, != 2.11.0, != 2.12.2', 'six >= 1.4.0', 'websocket-client >= 0.32.0', 'docker-pycreds >= 0.2.1' |
