tiahchia commited on
Commit
41c76dc
·
verified ·
1 Parent(s): 9311010

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +36 -0
requirements.txt ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.7.0
2
+ anyio==4.11.0
3
+ bcrypt==5.0.0
4
+ blinker==1.9.0
5
+ certifi==2025.10.5
6
+ click==8.3.0
7
+ click-default-group==1.2.4
8
+ colorama==0.4.6
9
+ distro==1.9.0
10
+ Flask==3.1.2
11
+ flask-cors==6.0.1
12
+ h11==0.16.0
13
+ httpcore==1.0.9
14
+ httpx==0.28.1
15
+ idna==3.11
16
+ itsdangerous==2.2.0
17
+ Jinja2==3.1.6
18
+ jiter==0.12.0
19
+ MarkupSafe==3.0.3
20
+ numpy==2.3.4
21
+ openai==2.7.2
22
+ pluggy==1.6.0
23
+ pydantic==2.12.4
24
+ pydantic_core==2.41.5
25
+ PyJWT==2.10.1
26
+ python-dateutil==2.9.0.post0
27
+ python-dotenv==1.2.1
28
+ six==1.17.0
29
+ sniffio==1.3.1
30
+ sqlite-fts4==1.0.3
31
+ sqlite-utils==3.38
32
+ tabulate==0.9.0
33
+ tqdm==4.67.1
34
+ typing-inspection==0.4.2
35
+ typing_extensions==4.15.0
36
+ Werkzeug==3.1.3