-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathrequirements-json_schemas.txt
More file actions
138 lines (138 loc) · 2.54 KB
/
requirements-json_schemas.txt
File metadata and controls
138 lines (138 loc) · 2.54 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
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile '.\dev_requirements\requirements-json_schemas.in'
#
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
black==25.1.0
# via datamodel-code-generator
bo4e-cli==0.0.3
# via -r requirements-json_schemas.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
# -r requirements-json_schemas.in
# black
# typer
cryptography==45.0.5
# via pyjwt
datamodel-code-generator==0.31.2
# via bo4e-cli
deprecated==1.2.18
# via pygithub
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
inflect==7.5.0
# via datamodel-code-generator
isort==6.0.1
# via datamodel-code-generator
jinja2==3.1.6
# via datamodel-code-generator
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 bo4e-cli
packaging==25.0
# via
# black
# datamodel-code-generator
pathspec==0.12.1
# via black
platformdirs==4.3.8
# via black
pycparser==2.22
# via cffi
pydantic==2.11.7
# via
# 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
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 pygithub
rich==14.0.0
# via typer
shellingham==1.5.4
# via typer
sniffio==1.3.1
# via anyio
sqlalchemy==2.0.41
# via sqlmodel
sqlmodel==0.0.24
# via bo4e-cli
typeguard==4.4.4
# via 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