requirements: unpin 'requests' from old v0.14

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2018-02-16 11:28:31 -05:00
parent 8dfbf70d16
commit 62e9fc0faf

View file

@ -5,7 +5,7 @@ bunch >=1.0.0
# 0.14 switches to libev, that means bootstrap needs to change too
gevent >=1.0
isodate >=0.4.4
requests ==0.14.0
requests >=0.14.0
pytz >=2011k
ordereddict
httplib2