-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
116 lines (116 loc) · 2.35 KB
/
requirements.txt
File metadata and controls
116 lines (116 loc) · 2.35 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile '.\docs\requirements.in'
#
alabaster==0.7.16
# via sphinx
annotated-types==0.5.0
# via pydantic
babel==2.15.0
# via sphinx
bo4e-schema-tool==0.0.9
# via -r docs/requirements.in
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==2.1.0
# via requests
click==8.1.7
# via
# -r docs/requirements.in
# bo4e-schema-tool
cryptography==43.0.1
# via pyjwt
deprecated==1.2.14
# via pygithub
docutils==0.20.1
# via
# sphinx
# sphinx-rtd-theme
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
iso3166==2.1.1
# via -r docs/requirements.in
jinja2==3.1.4
# via sphinx
markupsafe==2.1.3
# via jinja2
more-itertools==10.2.0
# via bo4e-schema-tool
networkx==3.4.2
# via -r docs/requirements.in
packaging==24.0
# via sphinx
pycparser==2.21
# via cffi
pydantic==2.8.2
# via
# -r docs/requirements.in
# bo4e-schema-tool
pydantic-core==2.20.1
# via pydantic
pygithub==2.2.0
# via bo4e-schema-tool
pygments==2.18.0
# via sphinx
pyhumps==3.8.0
# via -r docs/requirements.in
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.3
# via
# -r docs/requirements.in
# bo4e-schema-tool
# pygithub
# sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==7.4.7
# via
# -r docs/requirements.in
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==3.0.2
# via -r docs/requirements.in
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.4.1
# via -r docs/requirements.in
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
# pygithub
# typeguard
urllib3==2.2.2
# via
# pygithub
# requests
wrapt==1.16.0
# via deprecated