From 9b3ffb3617ec8464070dbd00c32287e892c55eca Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 25 Jul 2014 22:29:08 +0200 Subject: Explicitly mention dependency version numbers It's happened a few times that updated dependencies break some functionality, so this should remind people of what to use. --- README.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 092b71b..7aef22f 100644 --- a/README.org +++ b/README.org @@ -14,11 +14,11 @@ Easily delete them too. Hypo has the following requirements: - - [[http://hylang.org][hy]] :: The language. - - [[http://webpy.org][web.py]] :: The Python web framework. - - [[https://github.com/FriendCode/gittle][gittle]] :: Pythonic Git for Humans - - [[https://bitbucket.org/babab/pycommand][pycommand]] :: Command line arguments parser - - [[http://pygments.org/][Pygments]] :: Python syntax highlighter + - [[http://hylang.org][hy]] 0.10.0 :: The language. + - [[http://webpy.org][web.py]] 0.37 :: The Python web framework. + - [[https://github.com/FriendCode/gittle][gittle]] 0.2.2 :: Pythonic Git for Humans + - [[https://bitbucket.org/babab/pycommand][pycommand]] 0.1.0 :: Command line arguments parser + - [[http://pygments.org/][Pygments]] 1.6 :: Python syntax highlighter Besides these it also requires everything needed to run web.py applications using your favorite webserver. -- cgit v1.2.3-54-g00ecf