]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/devscripts/requirements/requirements.txt
Stop supporting Python 2.6
[cookiecutter.git] / project_template / devscripts / requirements / requirements.txt
index 7afd2486190b3118272791c1e5fc7fcf4a5899bf..788a287177919a1f53d205ee47b867347cffd0f0 100644 (file)
@@ -2,3 +2,6 @@
 --find-links=http://phdru.name/Software/Python/
 --install-option=-O2
 
+m_lib.defenc >= 1.0
+m_lib >= 2.0; python_version >= '2.7' and python_version < '3.0'
+m_lib >= 3.0; python_version >= '3.3'