view requirements.txt @ 224:d45450a0256a

Various changes/improvements: * Nicer init/deinit loop in Wiki class. * Renamed `wk cache` to `wk resolve`, made resolving pages a 1st class API on the Wiki class. * The `wk update` command now takes a path instead of an URL. * Re-implemented auto-updating pages when their file has changed. This added a new `isCacheValid` function on the DB layer. * Got rid of exceptions with some meta-properties being arrays and some not. Now they're all arrays, but there's some helper functions to work with that. * Remove trailing empty lines from multi-line meta-properties. * Fixed some issues parsing multi-line meta-properties and queries. * Fixed some issues resolving queries, especially with custom item templates. * Better handling of page/wiki permissions.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 10 Mar 2014 16:47:21 -0700
parents 062d5e6ddb87
children 141c93f87645
line wrap: on
line source

Flask==0.10.1
Flask-Bcrypt==0.5.2
Flask-Login==0.1.3
Flask-Script==0.5.1
Genshi==0.6
GitPython==0.3.2.RC1
Jinja2==2.6
Markdown==2.2.1
PyMeta==0.5.0
PyYAML==3.10
Pygments==1.5
SQLAlchemy==0.9.3
Werkzeug==0.8.3
Whoosh==2.5.5
amqp==1.3.3
anyjson==0.3.3
argparse==1.2.1
async==0.6.1
billiard==3.3.0.8
celery==3.1.5
colorama==0.2.7
elasticsearch==0.4.3
gitdb==0.5.4
itsdangerous==0.22
kombu==3.0.6
misaka==1.0.2
py-bcrypt==0.2
pybars==0.0.4
python-creole==1.0.6
python-hglib==unknown
repoze.lru==0.6
pytz==2013.8
smmap==0.8.2
twill==0.9
urllib3==1.7.1
wsgiref==0.1.2