Matt Robinson commited on
Commit
76839f9
1 Parent(s): a3c6809

pip freeze requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +164 -6
requirements.txt CHANGED
@@ -1,6 +1,164 @@
1
- beautifulsoup4
2
- langchain==0.0.81
3
- openai
4
- unstructured>=0.4.7
5
- faiss-cpu
6
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ appnope==0.1.3
7
+ argilla==1.3.0
8
+ argon2-cffi==21.3.0
9
+ argon2-cffi-bindings==21.2.0
10
+ arrow==1.2.3
11
+ asttokens==2.2.1
12
+ async-timeout==4.0.2
13
+ attrs==22.2.0
14
+ backcall==0.2.0
15
+ backoff==2.2.1
16
+ beautifulsoup4==4.11.2
17
+ bleach==6.0.0
18
+ certifi==2022.12.7
19
+ cffi==1.15.1
20
+ charset-normalizer==2.1.1
21
+ click==8.1.3
22
+ comm==0.1.2
23
+ contourpy==1.0.7
24
+ cycler==0.11.0
25
+ dataclasses-json==0.5.7
26
+ debugpy==1.6.6
27
+ decorator==5.1.1
28
+ defusedxml==0.7.1
29
+ Deprecated==1.2.13
30
+ entrypoints==0.4
31
+ et-xmlfile==1.1.0
32
+ executing==1.2.0
33
+ faiss-cpu==1.7.3
34
+ fastapi==0.91.0
35
+ fastjsonschema==2.16.2
36
+ ffmpy==0.3.0
37
+ fonttools==4.38.0
38
+ fqdn==1.5.1
39
+ frozenlist==1.3.3
40
+ fsspec==2023.1.0
41
+ gradio==3.18.0
42
+ h11==0.14.0
43
+ httpcore==0.16.3
44
+ httpx==0.23.3
45
+ idna==3.4
46
+ importlib-metadata==6.0.0
47
+ importlib-resources==5.10.2
48
+ ipdb==0.13.11
49
+ ipykernel==6.21.1
50
+ ipython==8.10.0
51
+ ipython-genutils==0.2.0
52
+ ipywidgets==8.0.4
53
+ isoduration==20.11.0
54
+ jedi==0.18.2
55
+ Jinja2==3.1.2
56
+ joblib==1.2.0
57
+ jsonpointer==2.3
58
+ jsonschema==4.17.3
59
+ jupyter==1.0.0
60
+ jupyter-console==6.5.0
61
+ jupyter-events==0.6.3
62
+ jupyter_client==8.0.2
63
+ jupyter_core==5.2.0
64
+ jupyter_server==2.2.1
65
+ jupyter_server_terminals==0.4.4
66
+ jupyterlab-pygments==0.2.2
67
+ jupyterlab-widgets==3.0.5
68
+ kiwisolver==1.4.4
69
+ -e git+ssh://[email protected]/Unstructured-IO/langchain.git@f25d7940b2bab0feeb9b045a5407bb51b457385c#egg=langchain
70
+ linkify-it-py==1.0.3
71
+ lxml==4.9.2
72
+ markdown-it-py==2.1.0
73
+ MarkupSafe==2.1.2
74
+ marshmallow==3.19.0
75
+ marshmallow-enum==1.5.1
76
+ matplotlib==3.6.3
77
+ matplotlib-inline==0.1.6
78
+ mdit-py-plugins==0.3.3
79
+ mdurl==0.1.2
80
+ mistune==2.0.5
81
+ monotonic==1.6
82
+ multidict==6.0.4
83
+ mypy-extensions==1.0.0
84
+ nbclassic==0.5.1
85
+ nbclient==0.7.2
86
+ nbconvert==7.2.9
87
+ nbformat==5.7.3
88
+ nest-asyncio==1.5.6
89
+ nltk==3.8.1
90
+ notebook==6.5.2
91
+ notebook_shim==0.2.2
92
+ numpy==1.23.5
93
+ openai==0.26.5
94
+ openpyxl==3.1.0
95
+ orjson==3.8.6
96
+ packaging==23.0
97
+ pandas==1.5.3
98
+ pandocfilters==1.5.0
99
+ parso==0.8.3
100
+ pexpect==4.8.0
101
+ pickleshare==0.7.5
102
+ Pillow==9.4.0
103
+ pkgutil_resolve_name==1.3.10
104
+ platformdirs==3.0.0
105
+ prometheus-client==0.16.0
106
+ prompt-toolkit==3.0.36
107
+ psutil==5.9.4
108
+ ptyprocess==0.7.0
109
+ pure-eval==0.2.2
110
+ pycparser==2.21
111
+ pycryptodome==3.17
112
+ pydantic==1.10.4
113
+ pydub==0.25.1
114
+ Pygments==2.14.0
115
+ pyparsing==3.0.9
116
+ pyrsistent==0.19.3
117
+ python-dateutil==2.8.2
118
+ python-docx==0.8.11
119
+ python-json-logger==2.0.4
120
+ python-magic==0.4.27
121
+ python-multipart==0.0.5
122
+ python-pptx==0.6.21
123
+ pytz==2022.7.1
124
+ PyYAML==6.0
125
+ pyzmq==25.0.0
126
+ qtconsole==5.4.0
127
+ QtPy==2.3.0
128
+ regex==2022.10.31
129
+ requests==2.28.2
130
+ rfc3339-validator==0.1.4
131
+ rfc3986==1.5.0
132
+ rfc3986-validator==0.1.1
133
+ Send2Trash==1.8.0
134
+ six==1.16.0
135
+ sniffio==1.3.0
136
+ soupsieve==2.3.2.post1
137
+ SQLAlchemy==1.4.46
138
+ stack-data==0.6.2
139
+ starlette==0.24.0
140
+ tenacity==8.2.1
141
+ terminado==0.17.1
142
+ tinycss2==1.2.1
143
+ tomli==2.0.1
144
+ toolz==0.12.0
145
+ tornado==6.2
146
+ tqdm==4.64.1
147
+ traitlets==5.9.0
148
+ typing-inspect==0.8.0
149
+ typing_extensions==4.4.0
150
+ uc-micro-py==1.0.1
151
+ unstructured==0.4.7
152
+ uri-template==1.2.0
153
+ urllib3==1.26.14
154
+ uvicorn==0.20.0
155
+ wcwidth==0.2.6
156
+ webcolors==1.12
157
+ webencodings==0.5.1
158
+ websocket-client==1.5.1
159
+ websockets==10.4
160
+ widgetsnbextension==4.0.5
161
+ wrapt==1.14.1
162
+ XlsxWriter==3.0.8
163
+ yarl==1.8.2
164
+ zipp==3.13.0