Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +27 -0
requirements.txt
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiohttp==3.8.4
|
2 |
+
aiosignal==1.3.1
|
3 |
+
async-timeout==4.0.2
|
4 |
+
attrs==23.1.0
|
5 |
+
certifi==2023.5.7
|
6 |
+
charset-normalizer==3.1.0
|
7 |
+
colorama==0.4.6
|
8 |
+
docopt==0.6.2
|
9 |
+
frozenlist==1.3.3
|
10 |
+
future==0.18.3
|
11 |
+
idna==3.4
|
12 |
+
iso8601==1.1.0
|
13 |
+
multidict==6.0.4
|
14 |
+
numpy==1.22.4
|
15 |
+
openai==0.27.7
|
16 |
+
Pillow==8.4.0
|
17 |
+
pipreqs==0.4.13
|
18 |
+
pyserial==3.5
|
19 |
+
PyYAML==6.0
|
20 |
+
requests==2.30.0
|
21 |
+
serial==0.0.97
|
22 |
+
streamlit==1.25.0
|
23 |
+
tensorflow==2.12.0
|
24 |
+
tqdm==4.65.0
|
25 |
+
urllib3==2.0.2
|
26 |
+
yarg==0.1.9
|
27 |
+
yarl==1.9.2
|