Loading project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.17.1" (defproject python/lein-template "0.17.2" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ shell: $(PYTHON) -i venv: test -d $(VENV) || $(DEFAULT_PYTHON) $(VIRTUALENV) -q $(VENV) test -d $(VENV) || $(DEFAULT_PYTHON) $(VIRTUALENV) --no-download -q $(VENV) requirements: @if [ -d wheelhouse ]; then \ $(PIP) install -q --no-index --find-links=wheelhouse $(REQUIREMENTS); \ Loading Loading
project.clj +1 −1 Original line number Diff line number Diff line (defproject python/lein-template "0.17.1" (defproject python/lein-template "0.17.2" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" Loading
src/leiningen/new/python/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -26,7 +26,7 @@ shell: $(PYTHON) -i venv: test -d $(VENV) || $(DEFAULT_PYTHON) $(VIRTUALENV) -q $(VENV) test -d $(VENV) || $(DEFAULT_PYTHON) $(VIRTUALENV) --no-download -q $(VENV) requirements: @if [ -d wheelhouse ]; then \ $(PIP) install -q --no-index --find-links=wheelhouse $(REQUIREMENTS); \ Loading