annotate requirements.txt @ 451:6cd51ea6dfcf

auth: Rewrite permission system and improve support for it. - More proper ACL model for permissions. - Page-level ACL is only specified locally, not inherited anymore. - Protect more API and UI routes with permission checks. - Improve error handling and error pages.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Jan 2018 11:11:04 -0800
parents e117060eaa71
children 0d78638199bf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
443
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
1 Flask==0.12.2
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
2 Flask-Bcrypt==0.7.1
234
bcbe934eab29 Fixed `setuptools` package:
Ludovic Chabant <ludovic@chabant.com>
parents: 233
diff changeset
3 Flask-Login==0.2.10
443
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
4 Jinja2==2.10
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
5 Markdown==2.6.10
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
6 Pygments==2.2.0
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
7 SQLAlchemy==1.2.0
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
8 Whoosh==2.7.4
e117060eaa71 cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents: 365
diff changeset
9 colorama==0.3.9
365
c558f52d8610 Woops, fix typo in `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents: 359
diff changeset
10 python-hglib==1.8
336
03e3e793fa22 Convert project to Python 3.4.
Ludovic Chabant <ludovic@chabant.com>
parents: 266
diff changeset
11 repoze.lru==0.6