Mercurial > piecrust2
annotate requirements.txt @ 552:9612cfc6455a
serve: Rewrite of the Server-Sent Event code for build notifications.
At the moment the server monitors the asset directories, and notifies the
browser when an asset has changed and has been re-processed.
* Fix issues around long-running requests/threads which mess up the ability
to shutdown the server correctly with `CTRL-C` (see comments in code).
* Move the notification queue to each SSE producer, to support having multiple
pages open in a browser.
* Add JS/CSS for showing quick notifications about re-processed assets.
* Add support for hot-reloading CSS and pictures that have been re-processed.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 08 Aug 2015 16:12:04 -0700 |
parents | 4a26f3dfb92b |
children | eeb205ab8583 |
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 |
525
4a26f3dfb92b
cm: Add `unidecode` to requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
361
diff
changeset
|
14 Unidecode==0.4.18 |
361
b9779d989319
Update `requirements.txt`.
Ludovic Chabant <ludovic@chabant.com>
parents:
354
diff
changeset
|
15 Werkzeug==0.10.4 |