File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,14 @@ certifi==2022.12.7
16
16
# via requests
17
17
charset-normalizer == 3.0.1
18
18
# via requests
19
+ contourpy == 1.0.7
20
+ # via matplotlib
21
+ cycler == 0.11.0
22
+ # via matplotlib
19
23
docutils == 0.19
20
24
# via sphinx
25
+ fonttools == 4.38.0
26
+ # via matplotlib
21
27
furo == 2022.12.7
22
28
# via -r docs/requirements.in
23
29
idna == 3.4
@@ -30,12 +36,24 @@ jinja2==3.1.2
30
36
# via sphinx
31
37
file :.#egg=jsonschema_specifications
32
38
# via -r docs/requirements.in
39
+ kiwisolver == 1.4.4
40
+ # via matplotlib
33
41
markupsafe == 2.1.2
34
42
# via jinja2
43
+ matplotlib == 3.6.3
44
+ # via sphinxext-opengraph
35
45
multidict == 6.0.4
36
46
# via yarl
47
+ numpy == 1.24.2
48
+ # via
49
+ # contourpy
50
+ # matplotlib
37
51
packaging == 23.0
38
- # via sphinx
52
+ # via
53
+ # matplotlib
54
+ # sphinx
55
+ pillow == 9.4.0
56
+ # via matplotlib
39
57
pyenchant == 3.2.2
40
58
# via sphinxcontrib-spelling
41
59
pygments == 2.14.0
@@ -45,14 +63,20 @@ pygments==2.14.0
45
63
# sphinx
46
64
pygments-github-lexers == 0.0.5
47
65
# via -r docs/requirements.in
66
+ pyparsing == 3.0.9
67
+ # via matplotlib
48
68
pyrsistent == 0.19.3
49
69
# via referencing
70
+ python-dateutil == 2.8.2
71
+ # via matplotlib
50
72
pytz == 2022.7.1
51
73
# via babel
52
- referencing == 0.9.2
74
+ referencing == 0.14.0
53
75
# via jsonschema-specifications
54
76
requests == 2.28.2
55
77
# via sphinx
78
+ six == 1.16.0
79
+ # via python-dateutil
56
80
snowballstemmer == 2.2.0
57
81
# via sphinx
58
82
soupsieve == 2.3.2.post1
@@ -83,7 +107,7 @@ sphinxcontrib-serializinghtml==1.1.5
83
107
# via sphinx
84
108
sphinxcontrib-spelling == 7.7.0
85
109
# via -r docs/requirements.in
86
- sphinxext-opengraph == 0.7.5
110
+ sphinxext-opengraph == 0.8.0
87
111
# via -r docs/requirements.in
88
112
urllib3 == 1.26.14
89
113
# via requests
You can’t perform that action at this time.
0 commit comments