Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
0643bf1
1
Parent(s):
ecb2741
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
requests==2.31.0
|
2 |
-
aiohttp==3.7.3
|
3 |
-
fastapi==0.112.0
|
4 |
-
urllib3==2.0.7
|
5 |
-
tablestore==6.0.1
|
6 |
-
pydantic
|
7 |
-
uvicorn
|
8 |
-
mysql-connector-python
|
|
|
1 |
+
requests==2.31.0
|
2 |
+
aiohttp==3.7.3
|
3 |
+
fastapi==0.112.0
|
4 |
+
urllib3==2.0.7
|
5 |
+
tablestore==6.0.1
|
6 |
+
pydantic#用于自定义接口模型
|
7 |
+
uvicorn
|
8 |
+
mysql-connector-python
|