Requires requests >= 2.3

There is a fix in requests v2.3 that means you don't need to use a real
httplib.Response object which the mocker relies heavily upon. That means
we need to require at least this version until we can get a fix.

Change-Id: Iff71628a33c39415ef92f04aa23bd82657bb71b5
This commit is contained in:
Jamie Lennox 2014-08-01 11:50:10 +10:00
parent c0f74c7c32
commit a6c0b3c364

View File

@ -1,2 +1,2 @@
requests
requests>=2.3
six