Mercurial > wikked
annotate requirements.txt @ 84:ca57fef14d04
Formatter/resolver changes:
- Formatting is done after resolving.
- Resolving includes passing text through the template engine.
- Using Jinja2 for templating now.
- Added unit tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Apr 2013 23:30:23 -0700 |
parents | dfc607688555 |
children | ea23c9483bc4 |
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 | |
79
dfc607688555
Updated `pip` requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
42
diff
changeset
|
5 Flask-Testing==0.4 |
0 | 6 Flask-WTF==0.8 |
7 Jinja2==2.6 | |
8 Markdown==2.2.1 | |
3
59cad6ce1a1c
Added support for history and diffing.
Ludovic Chabant <ludovic@chabant.com>
parents:
0
diff
changeset
|
9 Pygments==1.5 |
0 | 10 WTForms==1.0.2 |
11 Werkzeug==0.8.3 | |
12
ff0058feccf5
Updated `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
3
diff
changeset
|
12 Whoosh==2.4.1 |
0 | 13 argparse==1.2.1 |
25 | 14 py-bcrypt==0.2 |
79
dfc607688555
Updated `pip` requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
42
diff
changeset
|
15 pystache==0.5.3 |
dfc607688555
Updated `pip` requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
42
diff
changeset
|
16 python-hglib==0.3 |
0 | 17 wsgiref==0.1.2 |