sanbo110 commited on
Commit
9f1a2fa
·
1 Parent(s): 47258ea

update sth at 2025-10-16 14:58:42

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ fastapi==0.116.1
2
+ granian[reload,pname]==2.5.2
3
+ httpx[http2]==0.28.1
4
+ pydantic==2.11.7
5
+ pydantic-settings==2.10.1
6
+ pydantic-core==2.33.2
7
+ typing-inspection==0.4.1
8
+ fake-useragent==2.2.0
9
+ loguru==0.7.3
10
+ psutil>=7.0.0
11
+ json-repair==0.44.1
12
+
13
+ # Admin Web UI Dependencies
14
+ jinja2==3.1.4
15
+ aiosqlite==0.20.0
16
+ python-multipart==0.0.12
17
+ python-dotenv==1.0.1