Spaces:
Sleeping
Sleeping
Eason Lu
commited on
Commit
•
67018c2
1
Parent(s):
63ecb0d
add requirement.txt
Browse filesFormer-commit-id: dbafa58ddd906d423760483c3bf0c69f4419bb8f
- requirement.txt +23 -0
requirement.txt
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
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 |
+
pytube3==9.6.4
|
17 |
+
pytz==2022.7.1
|
18 |
+
requests==2.28.2
|
19 |
+
six==1.16.0
|
20 |
+
tqdm==4.65.0
|
21 |
+
typing_extensions==4.5.0
|
22 |
+
urllib3==1.26.15
|
23 |
+
yarl==1.8.2
|