]> git.phdru.name Git - mimedecode.git/commitdiff
Different requirements for Py2 and Py3
authorOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 20:24:57 +0000 (23:24 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 29 Jul 2016 20:24:57 +0000 (23:24 +0300)
requirements.txt

index 0344f9c960abe6d282e97512fa15097d21876903..df0f9e6a55545226bc2a8e576d1f71cb9e94a831 100644 (file)
@@ -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'