diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 02:46:02 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 14:45:46 -0500 |
commit | 9f6113119059afe4af37a56d6a28e989bb51b0c0 (patch) | |
tree | d49a230628ea4e7f012a822a65f04f68722478df | |
parent | eb4aec3db9bf255e0e40802e55e81ff1e5501d6f (diff) |
python/Kallithea: Fixed dep info
-rw-r--r-- | python/Kallithea/Kallithea.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Kallithea/Kallithea.info b/python/Kallithea/Kallithea.info index 3b4a9893c68c..ca6ef871bc79 100644 --- a/python/Kallithea/Kallithea.info +++ b/python/Kallithea/Kallithea.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/K/Kallithea/Kallithea-0.4.1.ta MD5SUM="73b9fd1aa456313d004e342398735580" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy Mako Pygments babel python-dateutil Markdown docutils dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" +REQUIRES="cffi alembic waitress WebOb FormEncode SQLAlchemy babel python-dateutil Markdown dulwich decorator bleach click bcrypt Whoosh celery URLObject Routes Paste Beaker WebHelpers TurboGears2 tgext.routes backlash gearbox" MAINTAINER="Yth - Arnaud" EMAIL="yth@ythogtha.org" |