Eason Lu commited on
Commit
4ef2b46
1 Parent(s): 54d9321

update requirement.txt

Browse files

Former-commit-id: 7fac4b4b8700b8b4e5819ff373a98e3af378c1b5

Files changed (1) hide show
  1. requirement.txt +17 -1
requirement.txt CHANGED
@@ -4,18 +4,34 @@ async-timeout==4.0.2
4
  attrs==22.2.0
5
  certifi==2022.12.7
6
  charset-normalizer==3.1.0
 
 
7
  frozenlist==1.3.3
 
8
  idna==3.4
 
 
 
 
 
9
  multidict==6.0.4
10
- numpy==1.24.2
 
 
11
  openai==0.27.2
 
12
  panda==0.3.1
13
  pandas==1.5.3
14
  python-dateutil==2.8.2
15
  pytube==12.1.2
 
16
  pytz==2022.7.1
 
17
  requests==2.28.2
18
  six==1.16.0
 
 
 
19
  tqdm==4.65.0
20
  typing_extensions==4.5.0
21
  urllib3==1.26.15
 
4
  attrs==22.2.0
5
  certifi==2022.12.7
6
  charset-normalizer==3.1.0
7
+ ffmpeg-python==0.2.0
8
+ filelock==3.10.0
9
  frozenlist==1.3.3
10
+ future==0.18.3
11
  idna==3.4
12
+ Jinja2==3.1.2
13
+ llvmlite==0.39.1
14
+ MarkupSafe==2.1.2
15
+ more-itertools==9.1.0
16
+ mpmath==1.3.0
17
  multidict==6.0.4
18
+ networkx==3.0
19
+ numba==0.56.4
20
+ numpy==1.23.5
21
  openai==0.27.2
22
+ openai-whisper @ git+https://github.com/openai/whisper.git@6dea21fd7f7253bfe450f1e2512a0fe47ee2d258
23
  panda==0.3.1
24
  pandas==1.5.3
25
  python-dateutil==2.8.2
26
  pytube==12.1.2
27
+ pytube3==9.6.4
28
  pytz==2022.7.1
29
+ regex==2022.10.31
30
  requests==2.28.2
31
  six==1.16.0
32
+ sympy==1.11.1
33
+ tiktoken==0.3.1
34
+ torch==2.0.0
35
  tqdm==4.65.0
36
  typing_extensions==4.5.0
37
  urllib3==1.26.15