diff --git a/project.clj b/project.clj index 9227ba090f9dc6a89612ae51214f4d2b39d3c799..483f12ffbfb00bf764391cc7c8758b9526ac9388 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject python/lein-template "0.18.0" +(defproject python/lein-template "0.18.1" :description "lein template for a python project" :repositories [["snapshots" {:url "http://devserv.game.yy.com/nexus/content/repositories/snapshots" diff --git a/src/leiningen/new/python/requirements-dev.txt b/src/leiningen/new/python/requirements-dev.txt index fbfa65630f53f619a8a1c6bf2d481df0cb4a069a..6193d775782180d822dd737cc366ae85b01234d2 100644 --- a/src/leiningen/new/python/requirements-dev.txt +++ b/src/leiningen/new/python/requirements-dev.txt @@ -1,3 +1,3 @@ -pytest==2.9.2 -pylint==1.5.6 +pytest==3.0.7 +pylint==1.6.5 pep8==1.7.0 diff --git a/src/leiningen/new/python/requirements.txt b/src/leiningen/new/python/requirements.txt index bae432d65c99a3e30192a8652338d391dfbae41f..3d3713d6bc34678b60878b9fa97e2b85c88c6d24 100644 --- a/src/leiningen/new/python/requirements.txt +++ b/src/leiningen/new/python/requirements.txt @@ -1,3 +1,3 @@ -yygame-utils==0.17.1 +yygame-utils==0.18.0 # six==1.10.0 -# raven==3.6.1 +# raven==6.0.0