Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.6.3" (defproject python/lein-template "1.6.4" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading src/leiningen/new/python/requirements-dev.txt +4 −3 Original line number Diff line number Diff line # requirements file format # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format # https://www.python.org/dev/peps/pep-0440/#version-specifiers pytest ~= 4.2.0 pytest ~= 4.6.6; python_version < '3.5' pytest ~= 5.2.2; python_version >= '3.5' pycodestyle ~= 2.5.0 pylint ~= 1.9.4; python_version < '3.4' pylint ~= 2.3.0; python_version >= '3.4' pylint ~= 1.9.4; python_version < '3.5' pylint ~= 2.4.0; python_version >= '3.5' # some pkg latest version no longer support python 2 or python3.4 more-itertools<6.0.0; python_version < '3.4' # dependency for pytest Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "1.6.3" (defproject python/lein-template "1.6.4" :description "lein template for a python project" :url "https://gitlab.emacsos.com/sylecn/python-project-template" :license {:name "Apache License 2.0" Loading
src/leiningen/new/python/requirements-dev.txt +4 −3 Original line number Diff line number Diff line # requirements file format # https://pip.pypa.io/en/stable/reference/pip_install/#requirements-file-format # https://www.python.org/dev/peps/pep-0440/#version-specifiers pytest ~= 4.2.0 pytest ~= 4.6.6; python_version < '3.5' pytest ~= 5.2.2; python_version >= '3.5' pycodestyle ~= 2.5.0 pylint ~= 1.9.4; python_version < '3.4' pylint ~= 2.3.0; python_version >= '3.4' pylint ~= 1.9.4; python_version < '3.5' pylint ~= 2.4.0; python_version >= '3.5' # some pkg latest version no longer support python 2 or python3.4 more-itertools<6.0.0; python_version < '3.4' # dependency for pytest Loading