Mercurial > wikked
annotate requirements.txt @ 28:1b72f32b19a7
Fixed stupid bug with promoted meta properties.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 05 Jan 2013 11:58:51 -0800 |
parents | 161a0f534201 |
children | f6721f283a56 |
rev | line source |
---|---|
0 | 1 Flask==0.9 |
25 | 2 Flask-Bcrypt==0.5.2 |
0 | 3 Flask-Login==0.1.3 |
4 Flask-Script==0.5.1 | |
5 Flask-WTF==0.8 | |
6 Jinja2==2.6 | |
7 Markdown==2.2.1 | |
3
59cad6ce1a1c
Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
8 Pygments==1.5 |
0 | 9 WTForms==1.0.2 |
10 Werkzeug==0.8.3 | |
12
ff0058feccf5
Updated `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
11 Whoosh==2.4.1 |
0 | 12 argparse==1.2.1 |
25 | 13 py-bcrypt==0.2 |
0 | 14 wsgiref==0.1.2 |