-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
158 lines (158 loc) · 3.02 KB
/
requirements.txt
File metadata and controls
158 lines (158 loc) · 3.02 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
# This file was autogenerated by uv via the following command:
# uv export --format requirements-txt --no-hashes --no-dev --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
# openstudy-api
# pyjwt
fastapi==0.136.0
# via openstudy-api
h11==0.16.0
# via
# httpcore
# uvicorn
httpcore==1.0.9
# via httpx
httptools==0.7.1
# via uvicorn
httpx==0.28.1
# via
# mcp
# openstudy-api
httpx-sse==0.4.3
# via mcp
idna==3.11
# via
# anyio
# httpx
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
pillow==12.2.0
# via openstudy-api
psycopg==3.3.3
# via openstudy-api
psycopg-binary==3.3.3 ; implementation_name != 'pypy'
# via psycopg
psycopg-pool==3.3.0
# via psycopg
pycparser==3.0 ; implementation_name != 'PyPy'
# via cffi
pydantic==2.13.2
# via
# fastapi
# mcp
# openstudy-api
# pydantic-settings
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
pyotp==2.9.0
# 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.28
# 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
# psycopg
# psycopg-pool
# pydantic
# pydantic-core
# referencing
# starlette
# typing-inspection
typing-inspection==0.4.2
# via
# fastapi
# mcp
# pydantic
# pydantic-settings
tzdata==2026.1
# via
# openstudy-api
# psycopg
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