aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-07-25 22:29:08 +0200
committerGravatar Tom Willemse2014-07-25 22:29:08 +0200
commit9b3ffb3617ec8464070dbd00c32287e892c55eca (patch)
tree87087c203fe1d1f29aecc2cb7ff405024999f630
parent2e6dcfd74ba08721048a6de000dc38becee213b6 (diff)
downloadhypo-9b3ffb3617ec8464070dbd00c32287e892c55eca.tar.gz
hypo-9b3ffb3617ec8464070dbd00c32287e892c55eca.zip
Explicitly mention dependency version numbersHEADmaster
It's happened a few times that updated dependencies break some functionality, so this should remind people of what to use.
-rw-r--r--README.org10
1 files 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.