Mercurial > wikked
annotate requirements.txt @ 368:831b22e93f94 0.6.3
Implement error and permission handling for UI views.
* Views are protected by decorators.
* Decorators check for permission errors and render error pages.
* Global Flask error handling is for API endpoints.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Sep 2015 03:17:21 -0700 |
parents | c558f52d8610 |
children | e117060eaa71 |
rev | line source |
---|---|
336
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
1 colorama==0.2.7 |
102 | 2 Flask==0.10.1 |
234
bcbe934eab29
Fixed `setuptools` package:
Ludovic Chabant <ludovic@chabant.com>
parents:
233
diff
changeset
|
3 Flask-Login==0.2.10 |
336
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
4 itsdangerous==0.24 |
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
5 Jinja2==2.7.3 |
0 | 6 Markdown==2.2.1 |
336
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
7 MarkupSafe==0.23 |
234
bcbe934eab29
Fixed `setuptools` package:
Ludovic Chabant <ludovic@chabant.com>
parents:
233
diff
changeset
|
8 Pygments==1.6 |
365
c558f52d8610
Woops, fix typo in `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
359
diff
changeset
|
9 python-hglib==1.8 |
336
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
10 repoze.lru==0.6 |
216
062d5e6ddb87
Refactoring for better SQL abstraction and performance (hopefully):
Ludovic Chabant <ludovic@chabant.com>
parents:
207
diff
changeset
|
11 SQLAlchemy==0.9.3 |
336
03e3e793fa22
Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents:
266
diff
changeset
|
12 Werkzeug==0.10.4 |
207
c6dd9b0c5009
Make logging start right away in `witch`.
Ludovic Chabant <ludovic@chabant.com>
parents:
139
diff
changeset
|
13 Whoosh==2.5.5 |