Mercurial > piecrust2
annotate Pipfile @ 1149:be74ba54a06f
admin: Improvements to micropub endpoint's photo handling.
- Add `.jpg` extension to photos that don't have any extension.
- Add photos in the config section instead of the body, so that the layout
can put them in separate `u-photo` tags.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 10 Jul 2018 21:03:58 -0700 |
parents | 353c58ba596a |
children |
rev | line source |
---|---|
1104
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
1 [[source]] |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
2 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
3 url = "https://pypi.python.org/simple" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
4 verify_ssl = true |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
5 name = "pypi" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
6 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
7 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
8 [packages] |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
9 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
10 "e1839a8" = {path = ".", editable = true} |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
11 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
12 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
13 [dev-packages] |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
14 |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
15 invoke = "*" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
16 pytest = "*" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
17 pytest-cov = "*" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
18 pytest-mock = "*" |
353c58ba596a
cm: Simpler, better `Pipfile`.
Ludovic Chabant <ludovic@chabant.com>
parents:
1102
diff
changeset
|
19 mock = "*" |