diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-03 07:17:09 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:26 +0700 |
commit | c4b3ab0be9390471ec8312874a168b8f502bba24 (patch) | |
tree | 020816bfbe15572a3837e1ae59bd9b0d76489d59 /libraries/CherryPy/README | |
parent | 85677b649235eaab1e6c1153d80e29d88ae3b4ec (diff) | |
download | slackbuilds-c4b3ab0be9390471ec8312874a168b8f502bba24.tar.gz |
libraries/CherryPy: Updated for version 8.0.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'libraries/CherryPy/README')
-rw-r--r-- | libraries/CherryPy/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/CherryPy/README b/libraries/CherryPy/README index 316ba98147..d5bbaaa505 100644 --- a/libraries/CherryPy/README +++ b/libraries/CherryPy/README @@ -3,3 +3,5 @@ CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This results in smaller source code developed in less time. + +Optional dependency: python-memcached>=1.58 |