From: Oleg Broytman Date: Mon, 1 Aug 2016 19:01:51 +0000 (+0300) Subject: Require m_lib >= 3.0.1 for Python 3 X-Git-Tag: 2.7.0~29 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=fed704e765f78e21b9a6a2b5e9ab2f9877e965ed Require m_lib >= 3.0.1 for Python 3 --- diff --git a/requirements.txt b/requirements.txt index df0f9e6..db1e4d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ --install-option="--compile" m_lib>=2.0; python_version >= '2.6' and python_version < '3.0' -m_lib>=3.0; python_version >= '3.4' +m_lib>=3.0.1; python_version >= '3.4'