annotate Pipfile @ 1145:e94737572542

serve: Fix an issue where false positive matches were rendered as the requested page. Now we try to render the page, but also try to detect for the most common "empty" pages.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Jun 2018 22:08:51 -0700
parents 353c58ba596a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 = "*"