momegas commited on
Commit
7d73961
·
1 Parent(s): 24f8a7e

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +108 -0
requirements.txt ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==5.0.0
5
+ anyio==3.6.2
6
+ argilla==1.7.0
7
+ async-timeout==4.0.2
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ certifi==2023.5.7
11
+ cffi==1.15.1
12
+ charset-normalizer==3.1.0
13
+ click==8.1.3
14
+ commonmark==0.9.1
15
+ contourpy==1.0.7
16
+ cryptography==40.0.2
17
+ cycler==0.11.0
18
+ dataclasses-json==0.5.7
19
+ Deprecated==1.2.13
20
+ et-xmlfile==1.1.0
21
+ faiss-cpu==1.7.4
22
+ fastapi==0.95.1
23
+ ffmpy==0.3.0
24
+ filelock==3.12.0
25
+ fonttools==4.39.4
26
+ frozenlist==1.3.3
27
+ fsspec==2023.5.0
28
+ gradio==3.30.0
29
+ gradio_client==0.2.4
30
+ h11==0.14.0
31
+ httpcore==0.16.3
32
+ httpx==0.23.3
33
+ huggingface-hub==0.14.1
34
+ idna==3.4
35
+ Jinja2==3.1.2
36
+ joblib==1.2.0
37
+ jsonschema==4.17.3
38
+ kiwisolver==1.4.4
39
+ langchain==0.0.167
40
+ linkify-it-py==2.0.2
41
+ lxml==4.9.2
42
+ Markdown==3.4.3
43
+ markdown-it-py==2.2.0
44
+ MarkupSafe==2.1.2
45
+ marshmallow==3.19.0
46
+ marshmallow-enum==1.5.1
47
+ matplotlib==3.7.1
48
+ mdit-py-plugins==0.3.3
49
+ mdurl==0.1.2
50
+ megabots==0.0.11
51
+ monotonic==1.6
52
+ msg-parser==1.2.0
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ nltk==3.8.1
56
+ numexpr==2.8.4
57
+ numpy==1.23.5
58
+ olefile==0.46
59
+ openai==0.27.6
60
+ openapi-schema-pydantic==1.2.4
61
+ openpyxl==3.1.2
62
+ orjson==3.8.12
63
+ packaging==23.1
64
+ pandas==1.5.3
65
+ pdf2image==1.16.3
66
+ pdfminer.six==20221105
67
+ Pillow==9.5.0
68
+ pycparser==2.21
69
+ pydantic==1.10.7
70
+ pydub==0.25.1
71
+ Pygments==2.15.1
72
+ pypandoc==1.11
73
+ pyparsing==3.0.9
74
+ pyrsistent==0.19.3
75
+ pytesseract==0.3.10
76
+ python-dateutil==2.8.2
77
+ python-docx==0.8.11
78
+ python-dotenv==1.0.0
79
+ python-magic==0.4.27
80
+ python-multipart==0.0.6
81
+ python-pptx==0.6.21
82
+ pytz==2023.3
83
+ PyYAML==6.0
84
+ regex==2023.5.5
85
+ requests==2.30.0
86
+ rfc3986==1.5.0
87
+ rich==13.0.1
88
+ semantic-version==2.10.0
89
+ six==1.16.0
90
+ sniffio==1.3.0
91
+ SQLAlchemy==2.0.13
92
+ starlette==0.26.1
93
+ tabulate==0.9.0
94
+ tenacity==8.2.2
95
+ tiktoken==0.4.0
96
+ toolz==0.12.0
97
+ tqdm==4.65.0
98
+ typer==0.9.0
99
+ typing-inspect==0.8.0
100
+ typing_extensions==4.5.0
101
+ uc-micro-py==1.0.2
102
+ unstructured==0.6.6
103
+ urllib3==2.0.2
104
+ uvicorn==0.22.0
105
+ websockets==11.0.3
106
+ wrapt==1.14.1
107
+ XlsxWriter==3.1.0
108
+ yarl==1.9.2