X-Git-Url: https://git.phdru.name/?p=cookiecutter.git;a=blobdiff_plain;f=project_template%2Fdevscripts%2Frequirements%2Frequirements.txt;h=788a287177919a1f53d205ee47b867347cffd0f0;hp=0af882c74e91951eaff46a1087ddc837e73c3cca;hb=1be6d93333697c1969be9dbaa722299effa770f5;hpb=f2fae5feca94a4276e69051d2821b697e45b1148 diff --git a/project_template/devscripts/requirements/requirements.txt b/project_template/devscripts/requirements/requirements.txt index 0af882c..788a287 100644 --- a/project_template/devscripts/requirements/requirements.txt +++ b/project_template/devscripts/requirements/requirements.txt @@ -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'