luigi12345 commited on
Commit
1014774
1 Parent(s): 8066306

Create requirements.txt

Browse files
Files changed (1) hide show
  1. workspace/requirements.txt +42 -0
workspace/requirements.txt ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp>=3.7.4
2
+ apscheduler>=3.10.0
3
+ beautifulsoup4>=4.12.0
4
+ black>=22.0.0
5
+ boto3>=1.26.0
6
+ botocore>=1.29.0
7
+ debugpy>=1.6.0
8
+ email-validator>=2.0.0
9
+ faiss-cpu>=1.7.0
10
+ fake-useragent>=1.1.0
11
+ flask>=2.0.0
12
+ googlesearch-python>=1.2.0
13
+ gradio>=3.0.0
14
+ gradio-client>=0.2.0
15
+ huggingface-hub>=0.13.0
16
+ loguru>=0.7.0
17
+ openai>=0.27.0
18
+ pandas>=2.0.0
19
+ phonenumbers>=8.13.0
20
+ plotly>=5.14.0
21
+ psycopg2-binary>=2.9.0
22
+ pydantic>=1.10.0
23
+ pytest>=6.0.0
24
+ python-dotenv>=1.0.0
25
+ redis>=4.5.0
26
+ requests>=2.25.1
27
+ requests-toolbelt>=1.0.0
28
+ rich>=10.0.0
29
+ sqlalchemy>=2.0.0
30
+ streamlit>=1.0.0
31
+ streamlit-aggrid>=0.3.0
32
+ streamlit-extras>=0.2.0
33
+ streamlit-lottie>=0.0.3
34
+ streamlit-option-menu>=0.3.0
35
+ streamlit-tags>=1.2.0
36
+ streamlit-timeline>=0.0.2
37
+ tenacity>=8.2.0
38
+ transformers>=4.28.0
39
+ typing-extensions>=4.0.0
40
+ urllib3>=1.26.0,<2.0.0
41
+ watchdog>=3.0.0
42
+ pyyaml>=6.0.0