-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements.txt
More file actions
189 lines (189 loc) · 3.48 KB
/
requirements.txt
File metadata and controls
189 lines (189 loc) · 3.48 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile '.\docs\requirements.in'
#
alabaster==1.0.0
# via sphinx
annotated-types==0.7.0
# via pydantic
anyio==4.9.0
# via httpx
argcomplete==3.6.2
# via datamodel-code-generator
autoflake==2.3.1
# via bo4e-cli
babel==2.17.0
# via sphinx
black==25.1.0
# via datamodel-code-generator
bo4e-cli==0.0.3
# via -r requirements.in
certifi==2025.7.9
# via
# httpcore
# httpx
# requests
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.4.2
# via requests
click==8.2.1
# via
# black
# typer
cryptography==45.0.5
# via pyjwt
datamodel-code-generator==0.31.2
# via bo4e-cli
deprecated==1.2.18
# via pygithub
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
genson==1.3.0
# via datamodel-code-generator
greenlet==3.2.3
# via sqlalchemy
h11==0.16.0
# via httpcore
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via bo4e-cli
idna==3.10
# via
# anyio
# httpx
# requests
imagesize==1.4.1
# via sphinx
inflect==7.5.0
# via datamodel-code-generator
iso3166==2.1.1
# via -r requirements.in
isort==6.0.1
# via datamodel-code-generator
jinja2==3.1.6
# via
# datamodel-code-generator
# sphinx
markdown-it-py==3.0.0
# via rich
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.7.0
# via
# bo4e-cli
# inflect
mypy-extensions==1.1.0
# via black
networkx==3.5
# via
# -r requirements.in
# bo4e-cli
packaging==25.0
# via
# black
# datamodel-code-generator
# sphinx
pathspec==0.12.1
# via black
platformdirs==4.3.8
# via black
pycparser==2.22
# via cffi
pydantic==2.11.7
# via
# -r requirements.in
# bo4e-cli
# datamodel-code-generator
# sqlmodel
pydantic-core==2.33.2
# via pydantic
pyflakes==3.4.0
# via autoflake
pygithub==2.6.1
# via bo4e-cli
pygments==2.19.2
# via
# rich
# sphinx
pyhumps==3.8.0
# via -r requirements.in
pyjwt[crypto]==2.10.1
# via pygithub
pynacl==1.5.0
# via pygithub
pyyaml==6.0.2
# via datamodel-code-generator
requests==2.32.4
# via
# -r requirements.in
# pygithub
# sphinx
rich==14.0.0
# via typer
roman-numerals-py==3.1.0
# via sphinx
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
snowballstemmer==3.0.1
# via sphinx
sphinx==8.2.3
# via
# -r requirements.in
# sphinx-rtd-theme
# sphinxcontrib-jquery
sphinx-rtd-theme==3.0.2
# via -r requirements.in
sphinxcontrib-applehelp==2.0.0
# via sphinx
sphinxcontrib-devhelp==2.0.0
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlalchemy==2.0.41
# via sqlmodel
sqlmodel==0.0.24
# via bo4e-cli
typeguard==4.4.4
# via
# -r requirements.in
# inflect
typer==0.16.0
# via bo4e-cli
typing-extensions==4.14.1
# via
# anyio
# pydantic
# pydantic-core
# pygithub
# sqlalchemy
# typeguard
# typer
# typing-inspection
typing-inspection==0.4.1
# via pydantic
urllib3==2.6.0
# via
# pygithub
# requests
wrapt==1.17.2
# via deprecated