Mercurial > piecrust2
annotate requirements.txt @ 182:a54d3c0b5f4a
tests: Patch `os.path.exists` and improve patching for `open`.
You can specify additional modules for which to patch `open`.
Also, it was incorrectly updating the opened file, even when it was opened
for read only. Now it only updates the contents if the file was opened for
write, and supports appending to the end.
Last, it supports opening text files in binary mode.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 04 Jan 2015 14:55:41 -0800 |
parents | f49fcf9448df |
children | 31eaffd0afd7 |
rev | line source |
---|---|
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
1 Jinja2==2.7.3 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
2 Markdown==2.4.1 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 MarkupSafe==0.23 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
4 PyYAML==3.11 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
5 Pygments==1.6 |
8
ff07f6d23450
Update the `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
4
diff
changeset
|
6 Werkzeug==0.9.6 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
7 colorama==0.3.1 |
66
e4a24512b814
Add `compressinja` to install/env requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
9
diff
changeset
|
8 compressinja==0.0.2 |
8
ff07f6d23450
Update the `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
4
diff
changeset
|
9 mock==1.0.1 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
10 py==1.4.23 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
11 pytest==2.6.1 |
8
ff07f6d23450
Update the `requirements` file.
Ludovic Chabant <ludovic@chabant.com>
parents:
4
diff
changeset
|
12 pytest-mock==0.2.0 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
13 python-dateutil==2.2 |
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
14 repoze.lru==0.6 |
9
8f7ba2c95025
Add packaging and related files.
Ludovic Chabant <ludovic@chabant.com>
parents:
8
diff
changeset
|
15 six==1.7.3 |
76
fdb08d986384
Add SmartyPants formatting.
Ludovic Chabant <ludovic@chabant.com>
parents:
66
diff
changeset
|
16 smartypants==1.8.6 |
4
7dc71c2dc9a8
Added requirements file for `pip`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
17 strict-rfc3339==0.4 |
124
f49fcf9448df
Add Textile formatter.
Ludovic Chabant <ludovic@chabant.com>
parents:
76
diff
changeset
|
18 textile==2.2.1 |