]> git.phdru.name Git - mimedecode.git/commitdiff
Require m_lib >= 3.0.1 for Python 3
authorOleg Broytman <phd@phdru.name>
Mon, 1 Aug 2016 19:01:51 +0000 (22:01 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 1 Aug 2016 19:01:51 +0000 (22:01 +0300)
requirements.txt

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