naughtondale commited on
Commit
263dedb
·
1 Parent(s): be35773

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -0
requirements.txt ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ cachetools==5.3.0
9
+ certifi==2022.12.7
10
+ charset-normalizer==3.1.0
11
+ click==8.1.3
12
+ colorama==0.4.6
13
+ contourpy==1.0.7
14
+ cycler==0.11.0
15
+ dataclasses-json==0.5.7
16
+ entrypoints==0.4
17
+ fastapi==0.95.1
18
+ ffmpy==0.3.0
19
+ filelock==3.12.0
20
+ fonttools==4.39.3
21
+ frozenlist==1.3.3
22
+ fsspec==2023.4.0
23
+ gpt-index==0.5.27
24
+ gptcache==0.1.21
25
+ gradio==3.28.1
26
+ gradio_client==0.1.4
27
+ greenlet==2.0.2
28
+ h11==0.14.0
29
+ httpcore==0.17.0
30
+ httpx==0.24.0
31
+ huggingface-hub==0.14.1
32
+ idna==3.4
33
+ Jinja2==3.1.2
34
+ jsonschema==4.17.3
35
+ kiwisolver==1.4.4
36
+ langchain==0.0.142
37
+ linkify-it-py==2.0.0
38
+ llama-index==0.5.27
39
+ markdown-it-py==2.2.0
40
+ MarkupSafe==2.1.2
41
+ marshmallow==3.19.0
42
+ marshmallow-enum==1.5.1
43
+ matplotlib==3.7.1
44
+ mdit-py-plugins==0.3.3
45
+ mdurl==0.1.2
46
+ multidict==6.0.4
47
+ mypy-extensions==1.0.0
48
+ numexpr==2.8.4
49
+ numpy==1.24.3
50
+ openai==0.27.5
51
+ openapi-schema-pydantic==1.2.4
52
+ orjson==3.8.11
53
+ packaging==23.1
54
+ pandas==2.0.1
55
+ Pillow==9.5.0
56
+ pydantic==1.10.7
57
+ pydub==0.25.1
58
+ pyparsing==3.0.9
59
+ PyPDF2==3.0.1
60
+ pyrsistent==0.19.3
61
+ python-dateutil==2.8.2
62
+ python-multipart==0.0.6
63
+ pytz==2023.3
64
+ PyYAML==6.0
65
+ regex==2023.3.23
66
+ requests==2.29.0
67
+ semantic-version==2.10.0
68
+ six==1.16.0
69
+ sniffio==1.3.0
70
+ SQLAlchemy==1.4.47
71
+ starlette==0.26.1
72
+ tenacity==8.2.2
73
+ tiktoken==0.3.3
74
+ toolz==0.12.0
75
+ tqdm==4.65.0
76
+ typing-inspect==0.8.0
77
+ typing_extensions==4.5.0
78
+ tzdata==2023.3
79
+ uc-micro-py==1.0.1
80
+ urllib3==1.26.15
81
+ uvicorn==0.22.0
82
+ websockets==11.0.2
83
+ yarl==1.9.2