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.
This commit is contained in:
parent
2e6dcfd74b
commit
9b3ffb3617
1 changed files with 5 additions and 5 deletions
10
README.org
10
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.
|
||||
|
|
Loading…
Reference in a new issue