Spaces:
Sleeping
Sleeping
Thay đổi requirements.txt để sửa lỗi thiếu module sniffio
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
| 1 |
chainlit==2.2.1
|
| 2 |
pandas
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
| 1 |
chainlit==2.2.1
|
| 2 |
pandas
|
| 3 |
+
httpx
|
| 4 |
+
tabulate
|
| 5 |
+
websockets
|
| 6 |
+
sniffio>=1.3.1
|
| 7 |
+
asyncer>=0.0.8
|
| 8 |
+
anyio>=3.0.0
|