From 3d631f2516badeaece88ec61b3d0f2e9515e2722 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Fri, 29 Jul 2016 23:24:57 +0300 Subject: [PATCH] Different requirements for Py2 and Py3 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- 2.39.2