Mercurial > piecrust2
comparison requirements.txt @ 854:08e02c2a2a1a
core: Keep refactoring, this time to prepare for generator sources.
- Make a few APIs simpler.
- Content pipelines create their own jobs, so that generator sources can
keep aborting in `getContents`, but rely on their pipeline to generate
pages for baking.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Jun 2017 23:34:28 -0700 |
parents | dd03385adb62 |
children | d214918d4d2c |
comparison
equal
deleted
inserted
replaced
853:f070a4fc033c | 854:08e02c2a2a1a |
---|---|
1 appdirs==1.4.3 | |
2 asn1crypto==0.22.0 | |
1 cffi==1.5.0 | 3 cffi==1.5.0 |
2 colorama==0.3.3 | 4 colorama==0.3.3 |
3 compressinja==0.0.2 | 5 compressinja==0.0.2 |
6 cryptography==1.8.1 | |
4 Flask==0.10.1 | 7 Flask==0.10.1 |
5 Flask-Login==0.3.2 | 8 Flask-Login==0.3.2 |
6 Jinja2==2.7.3 | 9 idna==2.5 |
10 itsdangerous==0.24 | |
11 Jinja2==2.9.6 | |
7 Markdown==2.6.2 | 12 Markdown==2.6.2 |
8 MarkupSafe==0.23 | 13 MarkupSafe==1.0 |
14 packaging==16.8 | |
9 paramiko==2.0.0 | 15 paramiko==2.0.0 |
16 py==1.4.33 | |
17 pyasn1==0.2.3 | |
18 pycparser==2.17 | |
10 Pygments==2.0.2 | 19 Pygments==2.0.2 |
20 pyparsing==2.2.0 | |
11 pystache==0.5.4 | 21 pystache==0.5.4 |
12 python-dateutil==2.4.2 | 22 python-dateutil==2.4.2 |
13 PyYAML==3.11 | 23 PyYAML==3.11 |
14 repoze.lru==0.6 | 24 repoze.lru==0.6 |
25 six==1.10.0 | |
15 smartypants==1.8.6 | 26 smartypants==1.8.6 |
16 strict-rfc3339==0.5 | 27 strict-rfc3339==0.5 |
17 textile==2.2.2 | 28 textile==2.2.2 |
18 Unidecode==0.4.18 | 29 Unidecode==0.4.18 |
19 Werkzeug==0.10.4 | 30 Werkzeug==0.10.4 |