File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ async_generator >= 1.9
13
13
idna
14
14
outcome
15
15
sniffio
16
+ exceptiongroup
16
17
17
18
# See note in test-requirements.in
18
19
immutables >= 0.6
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile
2
+ # This file is autogenerated by pip-compile with python 3.7
3
3
# To update, run:
4
4
#
5
- # pip-compile --output-file docs-requirements.txt docs-requirements.in
5
+ # pip-compile --output-file= docs-requirements.txt docs-requirements.in
6
6
#
7
7
alabaster==0.7.12
8
8
# via sphinx
@@ -28,6 +28,8 @@ docutils==0.17.1
28
28
# via
29
29
# sphinx
30
30
# sphinx-rtd-theme
31
+ exceptiongroup==1.0.0rc1
32
+ # via -r docs-requirements.in
31
33
idna==3.3
32
34
# via
33
35
# -r docs-requirements.in
@@ -36,6 +38,8 @@ imagesize==1.2.0
36
38
# via sphinx
37
39
immutables==0.16
38
40
# via -r docs-requirements.in
41
+ importlib-metadata==4.10.1
42
+ # via click
39
43
incremental==21.3.0
40
44
# via towncrier
41
45
jinja2==3.0.2
@@ -87,5 +91,14 @@ toml==0.10.2
87
91
# via towncrier
88
92
towncrier==21.3.0
89
93
# via -r docs-requirements.in
94
+ typing-extensions==4.0.1
95
+ # via
96
+ # immutables
97
+ # importlib-metadata
90
98
urllib3==1.26.7
91
99
# via requests
100
+ zipp==3.7.0
101
+ # via importlib-metadata
102
+
103
+ # The following packages are considered to be unsafe in a requirements file:
104
+ # setuptools
You can’t perform that action at this time.
0 commit comments