Add urllib3 requirement.

urllib3.connection is used, which was added in 1.8 according to
https://github.com/shazow/urllib3/blob/master/CHANGES.rst
This commit is contained in:
Tomaz Solc 2015-07-22 12:32:44 +02:00
parent ca500584b6
commit 361a5cd47a
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
requests>=1.1
urllib3>=1.8