mengtaoguo commited on
Commit
13856c2
·
verified ·
1 Parent(s): c600ddc

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -10
requirements.txt CHANGED
@@ -1,16 +1,10 @@
1
- # 基础框架
2
  fastapi
3
  uvicorn
4
- python-dotenv
5
-
6
- # 数据处理与采集
7
- pandas
8
- pyarrow
9
  datasets
10
- requests
11
  beautifulsoup4
12
  lxml
13
  bleach
14
-
15
- # 数据库
16
- supabase
 
 
1
  fastapi
2
  uvicorn
3
+ supabase
 
 
 
 
4
  datasets
 
5
  beautifulsoup4
6
  lxml
7
  bleach
8
+ pandas
9
+ pyarrow
10
+ python-dotenv