momegas commited on
Commit
fb297a3
β€’
1 Parent(s): e20dfdf

πŸ• Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +110 -0
requirements.txt ADDED
@@ -0,0 +1,110 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ 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
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
47
+ markdown-it-py==2.2.0
48
+ 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
61
+ 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
81
+ python-magic==0.4.27
82
+ 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