From: Oleg Broytman Date: Fri, 29 Jul 2016 20:24:57 +0000 (+0300) Subject: Different requirements for Py2 and Py3 X-Git-Tag: 2.7.0~34 X-Git-Url: https://git.phdru.name/?p=mimedecode.git;a=commitdiff_plain;h=3d631f2516badeaece88ec61b3d0f2e9515e2722 Different requirements for Py2 and Py3 --- diff --git a/requirements.txt b/requirements.txt index 0344f9c..df0f9e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,5 @@ --find-links=http://phdru.name/Software/Python/ --install-option="--compile" -m_lib>=2.0 +m_lib>=2.0; python_version >= '2.6' and python_version < '3.0' +m_lib>=3.0; python_version >= '3.4'