KingNish commited on
Commit
6fb5a9c
·
verified ·
1 Parent(s): a001ae3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -4,4 +4,6 @@ pydub
4
  torch
5
  sentencepiece
6
  onnxruntime
7
- asyncio
 
 
 
4
  torch
5
  sentencepiece
6
  onnxruntime
7
+ asyncio
8
+ beautifulsoup4>=4.9
9
+ requests>=2.20