momegas commited on
Commit
e4e4c63
1 Parent(s): dad3322

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +50 -9
requirements.txt CHANGED
@@ -3,24 +3,33 @@ aiohttp==3.8.4
3
  aiosignal==1.3.1
4
  altair==4.2.2
5
  anyio==3.6.2
 
6
  argilla==1.6.0
 
7
  async-timeout==4.0.2
8
  attrs==22.2.0
 
9
  backoff==2.2.1
10
  black==23.3.0
11
- cachetools==5.3.0
12
  certifi==2022.12.7
13
  cffi==1.15.1
14
  charset-normalizer==3.1.0
15
  click==8.1.3
 
16
  commonmark==0.9.1
17
  contourpy==1.0.7
18
  cryptography==40.0.2
19
  cycler==0.11.0
20
  dataclasses-json==0.5.7
 
 
21
  Deprecated==1.2.13
 
22
  entrypoints==0.4
23
  et-xmlfile==1.1.0
 
 
24
  faiss-cpu==1.7.3
25
  fastapi==0.95.1
26
  ffmpy==0.3.0
@@ -28,19 +37,27 @@ filelock==3.11.0
28
  fonttools==4.39.3
29
  frozenlist==1.3.3
30
  fsspec==2023.4.0
31
- gptcache==0.1.11
32
- gradio==3.27.0
33
- gradio_client==0.1.3
34
  h11==0.14.0
35
  httpcore==0.16.3
36
  httpx==0.23.3
37
  huggingface-hub==0.13.4
38
  idna==3.4
 
 
 
 
 
 
39
  Jinja2==3.1.2
40
  joblib==1.2.0
41
  jsonschema==4.17.3
 
 
 
42
  kiwisolver==1.4.4
43
- langchain==0.0.139
44
  linkify-it-py==2.0.0
45
  lxml==4.9.2
46
  Markdown==3.4.3
@@ -49,12 +66,16 @@ MarkupSafe==2.1.2
49
  marshmallow==3.19.0
50
  marshmallow-enum==1.5.1
51
  matplotlib==3.7.1
 
52
  mdit-py-plugins==0.3.3
53
  mdurl==0.1.2
 
54
  monotonic==1.6
 
55
  msg-parser==1.2.0
56
  multidict==6.0.4
57
  mypy-extensions==1.0.0
 
58
  nltk==3.8.1
59
  numpy==1.23.5
60
  olefile==0.46
@@ -62,19 +83,30 @@ openai==0.27.4
62
  openapi-schema-pydantic==1.2.4
63
  openpyxl==3.1.2
64
  orjson==3.8.10
65
- packaging==23.1
66
  pandas==1.5.3
 
67
  pathspec==0.11.1
68
  pdfminer.six==20221105
 
 
69
  Pillow==9.5.0
 
70
  platformdirs==3.2.0
 
 
 
 
 
71
  pycparser==2.21
 
72
  pydantic==1.10.7
73
  pydub==0.25.1
74
  Pygments==2.15.0
75
  pypandoc==1.11
76
  pyparsing==3.0.9
77
  pyrsistent==0.19.3
 
78
  python-dateutil==2.8.2
79
  python-docx==0.8.11
80
  python-dotenv==1.0.0
@@ -83,28 +115,37 @@ python-multipart==0.0.6
83
  python-pptx==0.6.21
84
  pytz==2023.3
85
  PyYAML==6.0
86
- qnabot==0.0.6
 
87
  regex==2023.3.23
88
  requests==2.28.2
 
89
  rfc3986==1.5.0
90
  rich==13.0.1
91
  semantic-version==2.10.0
92
  six==1.16.0
93
  sniffio==1.3.0
94
  SQLAlchemy==1.4.47
 
95
  starlette==0.26.1
96
  tenacity==8.2.2
97
  tiktoken==0.3.3
98
  tomli==2.0.1
99
  toolz==0.12.0
 
100
  tqdm==4.65.0
 
 
101
  typing-inspect==0.8.0
102
  typing_extensions==4.5.0
103
  uc-micro-py==1.0.1
104
- unstructured==0.5.12
105
  urllib3==1.26.15
106
  uvicorn==0.21.1
 
 
107
  websockets==11.0.1
108
  wrapt==1.14.1
109
- XlsxWriter==3.1.0
110
  yarl==1.8.2
 
 
3
  aiosignal==1.3.1
4
  altair==4.2.2
5
  anyio==3.6.2
6
+ appnope==0.1.3
7
  argilla==1.6.0
8
+ asttokens==2.2.1
9
  async-timeout==4.0.2
10
  attrs==22.2.0
11
+ backcall==0.2.0
12
  backoff==2.2.1
13
  black==23.3.0
14
+ bleach==6.0.0
15
  certifi==2022.12.7
16
  cffi==1.15.1
17
  charset-normalizer==3.1.0
18
  click==8.1.3
19
+ comm==0.1.3
20
  commonmark==0.9.1
21
  contourpy==1.0.7
22
  cryptography==40.0.2
23
  cycler==0.11.0
24
  dataclasses-json==0.5.7
25
+ debugpy==1.6.7
26
+ decorator==5.1.1
27
  Deprecated==1.2.13
28
+ docutils==0.19
29
  entrypoints==0.4
30
  et-xmlfile==1.1.0
31
+ exceptiongroup==1.1.1
32
+ executing==1.2.0
33
  faiss-cpu==1.7.3
34
  fastapi==0.95.1
35
  ffmpy==0.3.0
 
37
  fonttools==4.39.3
38
  frozenlist==1.3.3
39
  fsspec==2023.4.0
40
+ gradio==3.26.0
41
+ gradio_client==0.1.2
 
42
  h11==0.14.0
43
  httpcore==0.16.3
44
  httpx==0.23.3
45
  huggingface-hub==0.13.4
46
  idna==3.4
47
+ importlib-metadata==6.3.0
48
+ iniconfig==2.0.0
49
+ ipykernel==6.22.0
50
+ ipython==8.12.0
51
+ jaraco.classes==3.2.3
52
+ jedi==0.18.2
53
  Jinja2==3.1.2
54
  joblib==1.2.0
55
  jsonschema==4.17.3
56
+ jupyter_client==8.1.0
57
+ jupyter_core==5.3.0
58
+ keyring==23.13.1
59
  kiwisolver==1.4.4
60
+ langchain==0.0.137
61
  linkify-it-py==2.0.0
62
  lxml==4.9.2
63
  Markdown==3.4.3
 
66
  marshmallow==3.19.0
67
  marshmallow-enum==1.5.1
68
  matplotlib==3.7.1
69
+ matplotlib-inline==0.1.6
70
  mdit-py-plugins==0.3.3
71
  mdurl==0.1.2
72
+ megabots==0.0.7
73
  monotonic==1.6
74
+ more-itertools==9.1.0
75
  msg-parser==1.2.0
76
  multidict==6.0.4
77
  mypy-extensions==1.0.0
78
+ nest-asyncio==1.5.6
79
  nltk==3.8.1
80
  numpy==1.23.5
81
  olefile==0.46
 
83
  openapi-schema-pydantic==1.2.4
84
  openpyxl==3.1.2
85
  orjson==3.8.10
86
+ packaging==23.0
87
  pandas==1.5.3
88
+ parso==0.8.3
89
  pathspec==0.11.1
90
  pdfminer.six==20221105
91
+ pexpect==4.8.0
92
+ pickleshare==0.7.5
93
  Pillow==9.5.0
94
+ pkginfo==1.9.6
95
  platformdirs==3.2.0
96
+ pluggy==1.0.0
97
+ prompt-toolkit==3.0.38
98
+ psutil==5.9.4
99
+ ptyprocess==0.7.0
100
+ pure-eval==0.2.2
101
  pycparser==2.21
102
+ pycryptodome==3.17
103
  pydantic==1.10.7
104
  pydub==0.25.1
105
  Pygments==2.15.0
106
  pypandoc==1.11
107
  pyparsing==3.0.9
108
  pyrsistent==0.19.3
109
+ pytest==7.3.0
110
  python-dateutil==2.8.2
111
  python-docx==0.8.11
112
  python-dotenv==1.0.0
 
115
  python-pptx==0.6.21
116
  pytz==2023.3
117
  PyYAML==6.0
118
+ pyzmq==25.0.2
119
+ readme-renderer==37.3
120
  regex==2023.3.23
121
  requests==2.28.2
122
+ requests-toolbelt==0.10.1
123
  rfc3986==1.5.0
124
  rich==13.0.1
125
  semantic-version==2.10.0
126
  six==1.16.0
127
  sniffio==1.3.0
128
  SQLAlchemy==1.4.47
129
+ stack-data==0.6.2
130
  starlette==0.26.1
131
  tenacity==8.2.2
132
  tiktoken==0.3.3
133
  tomli==2.0.1
134
  toolz==0.12.0
135
+ tornado==6.2
136
  tqdm==4.65.0
137
+ traitlets==5.9.0
138
+ twine==4.0.2
139
  typing-inspect==0.8.0
140
  typing_extensions==4.5.0
141
  uc-micro-py==1.0.1
142
+ unstructured==0.5.11
143
  urllib3==1.26.15
144
  uvicorn==0.21.1
145
+ wcwidth==0.2.6
146
+ webencodings==0.5.1
147
  websockets==11.0.1
148
  wrapt==1.14.1
149
+ XlsxWriter==3.0.9
150
  yarl==1.8.2
151
+ zipp==3.15.0