Mercurial > piecrust2
annotate requirements.txt @ 371:c2ca72fb7f0b 2.0.0a8
caching: Use separate caches for config variants and other contexts.
* The `_cache` directory is now organized in multiple "sub-caches" for
different contexts.
* A new context is created when config variants or overrides are applied.
* `serve` context uses a different context that the other commends, to prevent
the `bake` command's output from messing up the preview server (e.g. with
how asset URLs are generated differently between the two).
* Fix a few places where the cache directory was referenced directly.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 03 May 2015 23:59:46 -0700 |
parents | b9779d989319 |
children | 4a26f3dfb92b |
rev | line source |
---|---|
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
1 colorama==0.3.3 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
2 compressinja==0.0.2 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 Jinja2==2.7.3 |
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
4 Markdown==2.6.2 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 MarkupSafe==0.23 |
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
6 Pygments==2.0.2 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
7 pystache==0.5.4 |
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
8 python-dateutil==2.4.2 |
188
31eaffd0afd7
build: Add `pystache` to `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
124
diff
changeset
|
9 PyYAML==3.11 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 repoze.lru==0.6 |
76
fdb08d986384
Add SmartyPants formatting.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
11 smartypants==1.8.6 |
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
12 strict-rfc3339==0.5 |
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
13 textile==2.2.2 |
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
14 Werkzeug==0.10.4 |