Spaces:
Running
Running
enotkrutoy
commited on
Commit
•
d4124a3
1
Parent(s):
e941864
Upload requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.0.1
|
7 |
+
frozenlist==1.3.3
|
8 |
+
idna==3.4
|
9 |
+
multidict==6.0.4
|
10 |
+
openai==0.27.0
|
11 |
+
python-nmap==0.7.1
|
12 |
+
requests==2.28.2
|
13 |
+
tqdm==4.65.0
|
14 |
+
urllib3==1.26.14
|
15 |
+
yarl==1.8.2
|
16 |
+
dnspython==2.3.0
|
17 |
+
rich==13.4.2
|
18 |
+
cowsay==5.0
|
19 |
+
tk==0.1.0
|
20 |
+
customtkinter==5.2.0
|
21 |
+
python-dotenv==1.0.0
|
22 |
+
transformers==4.31.0
|
23 |
+
langchain==0.0.237
|
24 |
+
gradio==3.37.0
|
25 |
+
llama-cpp-python==0.1.73
|
26 |
+
fire==0.5.0
|