jiarongqiu commited on
Commit
72fc8e8
·
1 Parent(s): 5273e65
Files changed (1) hide show
  1. requirements.txt +18 -1
requirements.txt CHANGED
@@ -4,9 +4,12 @@ aiosignal==1.3.1
4
  altair==5.2.0
5
  annotated-types==0.6.0
6
  anyio==3.7.1
 
7
  attrs==23.1.0
8
  beautifulsoup4==4.12.2
 
9
  bs4==0.0.1
 
10
  certifi==2023.11.17
11
  charset-normalizer==3.3.2
12
  click==8.1.7
@@ -22,6 +25,10 @@ filelock==3.13.1
22
  fonttools==4.47.0
23
  frozenlist==1.4.1
24
  fsspec==2023.12.2
 
 
 
 
25
  gradio==4.11.0
26
  gradio_client==0.7.3
27
  greenlet==3.0.2
@@ -30,6 +37,7 @@ httpcore==1.0.2
30
  httpx==0.25.2
31
  huggingface-hub==0.19.4
32
  idna==3.6
 
33
  importlib-resources==6.1.1
34
  Jinja2==3.1.2
35
  jsonpatch==1.33
@@ -54,9 +62,12 @@ orjson==3.9.10
54
  packaging==23.2
55
  pandas==2.1.4
56
  Pillow==10.1.0
57
- pinecone-client==2.2.4
 
 
58
  pydantic==2.5.2
59
  pydantic_core==2.14.5
 
60
  pydub==0.25.1
61
  Pygments==2.17.2
62
  pyparsing==3.1.1
@@ -72,20 +83,26 @@ rpds-py==0.15.2
72
  semantic-version==2.10.0
73
  shellingham==1.5.4
74
  six==1.16.0
 
75
  sniffio==1.3.0
76
  soupsieve==2.5
77
  SQLAlchemy==2.0.23
78
  starlette==0.27.0
79
  tenacity==8.2.3
80
  tiktoken==0.5.2
 
81
  tomlkit==0.12.0
82
  toolz==0.12.0
 
83
  tqdm==4.66.1
84
  typer==0.9.0
85
  typing-inspect==0.9.0
86
  typing_extensions==4.9.0
87
  tzdata==2023.3
 
88
  urllib3==2.1.0
89
  uvicorn==0.24.0.post1
 
90
  websockets==11.0.3
91
  yarl==1.9.4
 
 
4
  altair==5.2.0
5
  annotated-types==0.6.0
6
  anyio==3.7.1
7
+ APScheduler==3.10.4
8
  attrs==23.1.0
9
  beautifulsoup4==4.12.2
10
+ blinker==1.7.0
11
  bs4==0.0.1
12
+ cachetools==5.3.2
13
  certifi==2023.11.17
14
  charset-normalizer==3.3.2
15
  click==8.1.7
 
25
  fonttools==4.47.0
26
  frozenlist==1.4.1
27
  fsspec==2023.12.2
28
+ func-timeout==4.3.5
29
+ fuzzywuzzy==0.18.0
30
+ gitdb==4.0.11
31
+ GitPython==3.1.41
32
  gradio==4.11.0
33
  gradio_client==0.7.3
34
  greenlet==3.0.2
 
37
  httpx==0.25.2
38
  huggingface-hub==0.19.4
39
  idna==3.6
40
+ importlib-metadata==7.0.1
41
  importlib-resources==6.1.1
42
  Jinja2==3.1.2
43
  jsonpatch==1.33
 
62
  packaging==23.2
63
  pandas==2.1.4
64
  Pillow==10.1.0
65
+ pinecone-client==2.2.2
66
+ protobuf==4.25.2
67
+ pyarrow==15.0.0
68
  pydantic==2.5.2
69
  pydantic_core==2.14.5
70
+ pydeck==0.8.1b0
71
  pydub==0.25.1
72
  Pygments==2.17.2
73
  pyparsing==3.1.1
 
83
  semantic-version==2.10.0
84
  shellingham==1.5.4
85
  six==1.16.0
86
+ smmap==5.0.1
87
  sniffio==1.3.0
88
  soupsieve==2.5
89
  SQLAlchemy==2.0.23
90
  starlette==0.27.0
91
  tenacity==8.2.3
92
  tiktoken==0.5.2
93
+ toml==0.10.2
94
  tomlkit==0.12.0
95
  toolz==0.12.0
96
+ tornado==6.4
97
  tqdm==4.66.1
98
  typer==0.9.0
99
  typing-inspect==0.9.0
100
  typing_extensions==4.9.0
101
  tzdata==2023.3
102
+ tzlocal==5.2
103
  urllib3==2.1.0
104
  uvicorn==0.24.0.post1
105
+ validators==0.22.0
106
  websockets==11.0.3
107
  yarl==1.9.4
108
+ zipp==3.17.0