Skip to content

Commit 64671ac

Browse files
committed
Add bo4e-cli to json_schemas_generate dependencies
1 parent a3abfcb commit 64671ac

2 files changed

Lines changed: 137 additions & 5 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
click
2+
bo4e-cli
Lines changed: 136 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,140 @@
1-
# SHA1:b93ec56608fb302fea7a8019d7c0e8e7239fc033
21
#
3-
# This file is autogenerated by pip-compile-multi
4-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.12
3+
# by the following command:
54
#
6-
# pip-compile-multi
5+
# pip-compile '.\dev_requirements\requirements-json_schemas.in'
76
#
7+
annotated-types==0.7.0
8+
# via pydantic
9+
anyio==4.9.0
10+
# via httpx
11+
argcomplete==3.6.2
12+
# via datamodel-code-generator
13+
autoflake==2.3.1
14+
# via bo4e-cli
15+
black==25.1.0
16+
# via datamodel-code-generator
17+
bo4e-cli==0.0.2
18+
# via -r .\dev_requirements\requirements-json_schemas.in
19+
certifi==2025.7.9
20+
# via
21+
# httpcore
22+
# httpx
23+
# requests
24+
cffi==1.17.1
25+
# via
26+
# cryptography
27+
# pynacl
28+
charset-normalizer==3.4.2
29+
# via requests
830
click==8.1.8
9-
# via -r dev_requirements/requirements-json_schemas.in
31+
# via
32+
# -r .\dev_requirements\requirements-json_schemas.in
33+
# black
34+
# typer
35+
colorama==0.4.6
36+
# via click
37+
cryptography==45.0.5
38+
# via pyjwt
39+
datamodel-code-generator==0.31.2
40+
# via bo4e-cli
41+
deprecated==1.2.18
42+
# via pygithub
43+
genson==1.3.0
44+
# via datamodel-code-generator
45+
greenlet==3.2.3
46+
# via sqlalchemy
47+
h11==0.16.0
48+
# via httpcore
49+
httpcore==1.0.9
50+
# via httpx
51+
httpx==0.28.1
52+
# via bo4e-cli
53+
idna==3.10
54+
# via
55+
# anyio
56+
# httpx
57+
# requests
58+
inflect==7.5.0
59+
# via datamodel-code-generator
60+
isort==6.0.1
61+
# via datamodel-code-generator
62+
jinja2==3.1.6
63+
# via datamodel-code-generator
64+
markdown-it-py==3.0.0
65+
# via rich
66+
markupsafe==3.0.2
67+
# via jinja2
68+
mdurl==0.1.2
69+
# via markdown-it-py
70+
more-itertools==10.7.0
71+
# via
72+
# bo4e-cli
73+
# inflect
74+
mypy-extensions==1.1.0
75+
# via black
76+
networkx==3.5
77+
# via bo4e-cli
78+
packaging==25.0
79+
# via
80+
# black
81+
# datamodel-code-generator
82+
pathspec==0.12.1
83+
# via black
84+
platformdirs==4.3.8
85+
# via black
86+
pycparser==2.22
87+
# via cffi
88+
pydantic==2.11.7
89+
# via
90+
# bo4e-cli
91+
# datamodel-code-generator
92+
# sqlmodel
93+
pydantic-core==2.33.2
94+
# via pydantic
95+
pyflakes==3.4.0
96+
# via autoflake
97+
pygithub==2.6.1
98+
# via bo4e-cli
99+
pygments==2.19.2
100+
# via rich
101+
pyjwt[crypto]==2.10.1
102+
# via pygithub
103+
pynacl==1.5.0
104+
# via pygithub
105+
pyyaml==6.0.2
106+
# via datamodel-code-generator
107+
requests==2.32.4
108+
# via pygithub
109+
rich==14.0.0
110+
# via typer
111+
shellingham==1.5.4
112+
# via typer
113+
sniffio==1.3.1
114+
# via anyio
115+
sqlalchemy==2.0.41
116+
# via sqlmodel
117+
sqlmodel==0.0.24
118+
# via bo4e-cli
119+
typeguard==4.4.4
120+
# via inflect
121+
typer==0.16.0
122+
# via bo4e-cli
123+
typing-extensions==4.14.1
124+
# via
125+
# anyio
126+
# pydantic
127+
# pydantic-core
128+
# pygithub
129+
# sqlalchemy
130+
# typeguard
131+
# typer
132+
# typing-inspection
133+
typing-inspection==0.4.1
134+
# via pydantic
135+
urllib3==2.5.0
136+
# via
137+
# pygithub
138+
# requests
139+
wrapt==1.17.2
140+
# via deprecated

0 commit comments

Comments
 (0)