-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrequirements.txt
More file actions
165 lines (165 loc) · 3.1 KB
/
requirements.txt
File metadata and controls
165 lines (165 loc) · 3.1 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
# This file was autogenerated by uv via the following command:
# uv export --format requirements-txt --no-hashes --no-dev --no-group mcp --output-file requirements.txt
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0
# via pydantic
anyio==4.13.0
# via
# httpx
# mcp
# sse-starlette
# starlette
# watchfiles
argon2-cffi==25.1.0
# via openstudy-api
argon2-cffi-bindings==25.1.0
# via argon2-cffi
attrs==26.1.0
# via
# jsonschema
# referencing
certifi==2026.2.25
# via
# httpcore
# httpx
cffi==2.0.0
# via
# argon2-cffi-bindings
# cryptography
click==8.3.2
# via uvicorn
colorama==0.4.6 ; sys_platform == 'win32'
# via
# click
# uvicorn
cryptography==46.0.7
# via pyjwt
deprecation==2.1.0
# via postgrest
fastapi==0.136.0
# via openstudy-api
h11==0.16.0
# via
# httpcore
# uvicorn
h2==4.3.0
# via httpx
hpack==4.1.0
# via h2
httpcore==1.0.9
# via httpx
httptools==0.7.1
# via uvicorn
httpx==0.28.1
# via
# mcp
# postgrest
# openstudy-api
httpx-sse==0.4.3
# via mcp
hyperframe==6.1.0
# via h2
idna==3.11
# via
# anyio
# httpx
# yarl
itsdangerous==2.2.0
# via openstudy-api
jsonschema==4.26.0
# via mcp
jsonschema-specifications==2025.9.1
# via jsonschema
mcp==1.27.0
# via openstudy-api
multidict==6.7.1
# via yarl
packaging==26.1
# via deprecation
pillow==12.2.0
# via openstudy-api
postgrest==2.28.3
# via openstudy-api
propcache==0.4.1
# via yarl
pycparser==3.0 ; implementation_name != 'PyPy'
# via cffi
pydantic==2.13.2
# via
# fastapi
# mcp
# postgrest
# pydantic-settings
# openstudy-api
pydantic-core==2.46.2
# via pydantic
pydantic-settings==2.13.1
# via
# mcp
# openstudy-api
pyjwt==2.12.1
# via mcp
pymupdf==1.27.2.2
# via openstudy-api
python-dateutil==2.9.0.post0
# via openstudy-api
python-dotenv==1.2.2
# via
# pydantic-settings
# uvicorn
python-multipart==0.0.26
# via
# mcp
# openstudy-api
pywin32==311 ; sys_platform == 'win32'
# via mcp
pyyaml==6.0.3
# via uvicorn
referencing==0.37.0
# via
# jsonschema
# jsonschema-specifications
rpds-py==0.30.0
# via
# jsonschema
# referencing
six==1.17.0
# via python-dateutil
sse-starlette==3.3.4
# via mcp
starlette==1.0.0
# via
# fastapi
# mcp
# sse-starlette
typing-extensions==4.15.0
# via
# anyio
# fastapi
# mcp
# pydantic
# pydantic-core
# referencing
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# mcp
# pydantic
# pydantic-settings
tzdata==2026.1
# via openstudy-api
uvicorn==0.44.0
# via
# mcp
# openstudy-api
uvloop==0.22.1 ; platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32'
# via uvicorn
watchfiles==1.1.1
# via uvicorn
websockets==15.0.1
# via uvicorn
yarl==1.23.0
# via postgrest