requirements.txt: change requests package requirement

Specifying a specific version number (0.14.0). Newer version (1.1.0)
does not handle POST redirect correctly.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
This commit is contained in:
Yehuda Sadeh 2013-01-29 13:04:43 -08:00
parent 414a107b46
commit f6fb47e513

View file

@ -5,6 +5,6 @@ bunch >=1.0.0
# 0.14 switches to libev, that means bootstrap needs to change too
gevent ==0.13.6
isodate >=0.4.4
requests
requests ==0.14.0
pytz
ordereddict