isayahc commited on
Commit
226b670
1 Parent(s): 7ce3f04

added requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +97 -0
requirements.txt ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.3
3
+ aiosignal==1.3.1
4
+ altair==5.2.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ arxiv==2.1.0
8
+ attrs==23.2.0
9
+ beautifulsoup4==4.12.3
10
+ certifi==2024.2.2
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.4
17
+ distro==1.9.0
18
+ fastapi==0.110.0
19
+ feedparser==6.0.10
20
+ ffmpy==0.3.2
21
+ filelock==3.13.1
22
+ fonttools==4.49.0
23
+ frozenlist==1.4.1
24
+ fsspec==2024.2.0
25
+ gradio==4.19.2
26
+ gradio_client==0.10.1
27
+ greenlet==3.0.3
28
+ h11==0.14.0
29
+ httpcore==1.0.4
30
+ httpx==0.27.0
31
+ huggingface-hub==0.21.3
32
+ idna==3.6
33
+ importlib_resources==6.1.2
34
+ Jinja2==3.1.3
35
+ jsonpatch==1.33
36
+ jsonpointer==2.4
37
+ jsonschema==4.21.1
38
+ jsonschema-specifications==2023.12.1
39
+ kiwisolver==1.4.5
40
+ langchain==0.1.10
41
+ langchain-community==0.0.25
42
+ langchain-core==0.1.29
43
+ langchain-openai==0.0.8
44
+ langchain-text-splitters==0.0.1
45
+ langsmith==0.1.18
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.5
48
+ marshmallow==3.21.1
49
+ matplotlib==3.8.3
50
+ mdurl==0.1.2
51
+ multidict==6.0.5
52
+ mypy-extensions==1.0.0
53
+ numpy==1.26.4
54
+ openai==1.13.3
55
+ orjson==3.9.15
56
+ packaging==23.2
57
+ pandas==2.2.1
58
+ pillow==10.2.0
59
+ pydantic==2.6.3
60
+ pydantic_core==2.16.3
61
+ pydub==0.25.1
62
+ Pygments==2.17.2
63
+ pyparsing==3.1.1
64
+ python-dateutil==2.9.0.post0
65
+ python-dotenv==1.0.1
66
+ python-multipart==0.0.9
67
+ pytz==2024.1
68
+ PyYAML==6.0.1
69
+ referencing==0.33.0
70
+ regex==2023.12.25
71
+ requests==2.31.0
72
+ rich==13.7.1
73
+ rpds-py==0.18.0
74
+ ruff==0.3.0
75
+ semantic-version==2.10.0
76
+ sgmllib3k==1.0.0
77
+ shellingham==1.5.4
78
+ six==1.16.0
79
+ sniffio==1.3.1
80
+ soupsieve==2.5
81
+ SQLAlchemy==2.0.28
82
+ starlette==0.36.3
83
+ tenacity==8.2.3
84
+ tiktoken==0.6.0
85
+ tomlkit==0.12.0
86
+ toolz==0.12.1
87
+ tqdm==4.66.2
88
+ typer==0.9.0
89
+ typing-inspect==0.9.0
90
+ typing_extensions==4.10.0
91
+ tzdata==2024.1
92
+ urllib3==2.2.1
93
+ uvicorn==0.27.1
94
+ websockets==11.0.3
95
+ wikipedia==1.4.0
96
+ xmltodict==0.13.0
97
+ yarl==1.9.4