]> 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 0af882c74e91951eaff46a1087ddc837e73c3cca..788a287177919a1f53d205ee47b867347cffd0f0 100644 (file)
@@ -2,7 +2,6 @@
 --find-links=http://phdru.name/Software/Python/
 --install-option=-O2
 
-argparse; python_version == '2.6'
 m_lib.defenc >= 1.0
-m_lib >= 2.0; python_version >= '2.6' and python_version < '3.0'
+m_lib >= 2.0; python_version >= '2.7' and python_version < '3.0'
 m_lib >= 3.0; python_version >= '3.3'