Mercurial > wikked
annotate requirements.txt @ 10:6ac0b74a57f7
UI improvements for page editing.
Resizable text editor, collapsable preview.
Replaced 960gs with Bootstrap.
Various UI fixes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 22 Dec 2012 22:33:11 -0800 |
parents | 59cad6ce1a1c |
children | ff0058feccf5 |
rev | line source |
---|---|
0 | 1 Flask==0.9 |
2 Flask-Login==0.1.3 | |
3 Flask-Script==0.5.1 | |
4 Flask-WTF==0.8 | |
5 Jinja2==2.6 | |
6 Markdown==2.2.1 | |
3
59cad6ce1a1c
Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
7 Pygments==1.5 |
0 | 8 WTForms==1.0.2 |
9 Werkzeug==0.8.3 | |
10 argparse==1.2.1 | |
11 wsgiref==0.1.2 |