anhkhoiphan commited on
Commit
aeae23e
·
verified ·
1 Parent(s): 978f804

Thay đổi requirements.txt để sửa lỗi thiếu module sniffio

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -5
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  chainlit==2.2.1
2
  pandas
3
- requests
4
- typing
5
- huggingface_hub
6
- tabulate
7
- websockets
 
 
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