From 017495935f922d6823787dc4cf51d6cb568b7db8 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 5 Mar 2016 19:54:54 +0100 Subject: [PATCH] Pin requests-toolbelt back to >=0.4.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b8ffde..9711b02 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,8 @@ requirements = [ else '' ), # https://github.com/sigmavirus24/requests-toolbelt/pull/28 - 'requests_toolbelt >=0.3.0', + # And https://github.com/sigmavirus24/requests-toolbelt/issues/54 + 'requests_toolbelt >=0.4.0', # https://github.com/untitaker/python-atomicwrites/commit/4d12f23227b6a944ab1d99c507a69fdbc7c9ed6d # noqa 'atomicwrites>=0.1.7' ]