adflkajf commited on
Commit
aa630b2
·
1 Parent(s): 14ecdf1

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +95 -0
requirements.txt ADDED
@@ -0,0 +1,95 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.1
3
+ aiosignal==1.3.1
4
+ aiostream==0.5.2
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ anyio==3.7.1
8
+ attrs==23.1.0
9
+ beautifulsoup4==4.12.2
10
+ certifi==2023.11.17
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.2.0
15
+ cycler==0.12.1
16
+ dataclasses-json==0.6.3
17
+ Deprecated==1.2.14
18
+ distro==1.8.0
19
+ fastapi==0.104.1
20
+ ffmpy==0.3.1
21
+ filelock==3.13.1
22
+ fonttools==4.46.0
23
+ frozenlist==1.4.0
24
+ fsspec==2023.12.1
25
+ gradio==4.8.0
26
+ gradio_client==0.7.1
27
+ greenlet==3.0.1
28
+ h11==0.14.0
29
+ httpcore==1.0.2
30
+ httpx==0.25.2
31
+ huggingface-hub==0.19.4
32
+ idna==3.6
33
+ importlib-resources==6.1.1
34
+ Jinja2==3.1.2
35
+ joblib==1.3.2
36
+ jsonpatch==1.33
37
+ jsonpointer==2.4
38
+ jsonschema==4.20.0
39
+ jsonschema-specifications==2023.11.2
40
+ kiwisolver==1.4.5
41
+ langchain==0.0.347
42
+ langchain-core==0.0.11
43
+ langsmith==0.0.69
44
+ llama-index==0.9.12
45
+ markdown-it-py==3.0.0
46
+ MarkupSafe==2.1.3
47
+ marshmallow==3.20.1
48
+ matplotlib==3.8.2
49
+ mdurl==0.1.2
50
+ multidict==6.0.4
51
+ mypy-extensions==1.0.0
52
+ nest-asyncio==1.5.8
53
+ nltk==3.8.1
54
+ numpy==1.26.2
55
+ openai==1.3.7
56
+ orjson==3.9.10
57
+ packaging==23.2
58
+ pandas==2.1.3
59
+ Pillow==10.1.0
60
+ pydantic==2.5.2
61
+ pydantic_core==2.14.5
62
+ pydub==0.25.1
63
+ Pygments==2.17.2
64
+ pyparsing==3.1.1
65
+ pypdf==3.17.1
66
+ python-dateutil==2.8.2
67
+ python-multipart==0.0.6
68
+ pytz==2023.3.post1
69
+ PyYAML==6.0.1
70
+ referencing==0.32.0
71
+ regex==2023.10.3
72
+ requests==2.31.0
73
+ rich==13.7.0
74
+ rpds-py==0.13.2
75
+ semantic-version==2.10.0
76
+ shellingham==1.5.4
77
+ six==1.16.0
78
+ sniffio==1.3.0
79
+ soupsieve==2.5
80
+ SQLAlchemy==2.0.23
81
+ starlette==0.27.0
82
+ tenacity==8.2.3
83
+ tiktoken==0.5.2
84
+ tomlkit==0.12.0
85
+ toolz==0.12.0
86
+ tqdm==4.66.1
87
+ typer==0.9.0
88
+ typing-inspect==0.9.0
89
+ typing_extensions==4.8.0
90
+ tzdata==2023.3
91
+ urllib3==2.1.0
92
+ uvicorn==0.24.0.post1
93
+ websockets==11.0.3
94
+ wrapt==1.16.0
95
+ yarl==1.9.3