Commit 0a1541f6 authored by Yuanle Song's avatar Yuanle Song
Browse files

v0.3.3 update pip-1.5.3 to pip-1.5.6.

This fix a warning of deprecated --build option when running pip install.
parent 9408d209
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
(defproject python/lein-template "0.3.2"
(defproject python/lein-template "0.3.3"
  :description "lein template for a python project"
  :repositories [["snapshots"
                  {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots"
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
                     "utils/virtualenv-1.9.1/virtualenv.py"
                     "utils/virtualenv-1.9.1/virtualenv_support/distribute-0.6.34.tar.gz"
                     "utils/virtualenv-1.9.1/virtualenv_support/__init__.py"
                     "utils/virtualenv-1.9.1/virtualenv_support/pip-1.5.3.tar.gz"
                     "utils/virtualenv-1.9.1/virtualenv_support/pip-1.5.6.tar.gz"
                     ]
        empty-files ["{{name}}/__init__.py"]
        post-run-commands ["chmod -R +x utils/ git-hooks/ deb-scripts/"