blob: 7b71f4b0da60aa7d57880da1f22a1b2b99e733bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
[babel]
sphinx_inventory_url = "https://babel.pocoo.org/en/stable/objects.inv"
[beautifulsoup4]
[bottle]
[click]
[django]
[docutils]
[flask]
[httpx]
[jinja2]
[lxml]
[mako]
[markdown]
[mistletoe]
[numpy]
[pydoctor]
docformat = "epytext"
[pygments]
[requests]
[scrapy]
[setuptools]
[sphinx]
sphinx_inventory_url = "https://www.sphinx-doc.org/objects.inv"
# TODO: this is the inventory for the master branch, stable would be better
[sqlalchemy]
[werkzeug]
|