File tree 3 files changed +53
-4
lines changed
3 files changed +53
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ sphinx:
24
24
# - pdf
25
25
26
26
# Optionally declare the Python requirements required to build your docs
27
- # python:
28
- # install:
29
- # - requirements: docs/requirements.txt
27
+ python :
28
+ install :
29
+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change
1
+ alabaster == 0.7.16
2
+ astroid == 3.1.0
3
+ Babel == 2.14.0
4
+ birman == 0.0.2
5
+ cachetools == 5.3.3
6
+ certifi == 2024.2.2
7
+ chardet == 5.2.0
8
+ charset-normalizer == 3.3.2
9
+ colorama == 0.4.6
10
+ dill == 0.3.8
11
+ distlib == 0.3.8
12
+ docutils == 0.20.1
13
+ exceptiongroup == 1.2.0
14
+ filelock == 3.13.1
15
+ gunicorn == 21.2.0
16
+ idna == 3.6
17
+ imagesize == 1.4.1
18
+ iniconfig == 2.0.0
19
+ isort == 5.13.2
20
+ Jinja2 == 3.1.3
21
+ lazy-object-proxy == 1.10.0
22
+ MarkupSafe == 2.1.5
23
+ mccabe == 0.7.0
24
+ packaging == 23.2
25
+ platformdirs == 4.2.0
26
+ pluggy == 1.4.0
27
+ Pygments == 2.17.2
28
+ pylint == 3.1.0
29
+ pyproject-api == 1.6.1
30
+ pytest == 8.0.2
31
+ pytest-deprecate == 1.0.2
32
+ requests == 2.31.0
33
+ snowballstemmer == 2.2.0
34
+ Sphinx == 7.2.6
35
+ sphinx-rtd-theme == 2.0.0
36
+ sphinxcontrib-applehelp == 1.0.8
37
+ sphinxcontrib-devhelp == 1.0.6
38
+ sphinxcontrib-htmlhelp == 2.0.5
39
+ sphinxcontrib-jquery == 4.1
40
+ sphinxcontrib-jsmath == 1.0.1
41
+ sphinxcontrib-qthelp == 1.0.7
42
+ sphinxcontrib-serializinghtml == 1.1.10
43
+ tomli == 2.0.1
44
+ tomlkit == 0.12.4
45
+ tox == 4.14.1
46
+ typing_extensions == 4.10.0
47
+ urllib3 == 2.2.1
48
+ virtualenv == 20.25.1
49
+ wrapt == 1.16.0
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "bobtail" ,
10
- version = "0.0.26 " ,
10
+ version = "0.0.27 " ,
11
11
description = "A little Python http framework" ,
12
12
packages = ["bobtail" ],
13
13
py_modules = ["bobtail" ],
You can’t perform that action at this time.
0 commit comments