KorWoody commited on
Commit
b28b41e
·
1 Parent(s): f5b8ca4

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +86 -0
requirements.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.0b0
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ attrs==23.1.0
8
+ certifi==2023.7.22
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ dataclasses-json==0.6.1
15
+ distro==1.8.0
16
+ fastapi==0.104.1
17
+ ffmpy==0.3.1
18
+ filelock==3.13.1
19
+ fonttools==4.44.0
20
+ frozenlist==1.4.0
21
+ fsspec==2023.10.0
22
+ gradio==4.1.2
23
+ gradio_client==0.7.0
24
+ greenlet==3.0.1
25
+ h11==0.14.0
26
+ httpcore==1.0.1
27
+ httpx==0.25.1
28
+ huggingface-hub==0.18.0
29
+ idna==3.4
30
+ importlib-resources==6.1.1
31
+ Jinja2==3.1.2
32
+ jsonpatch==1.33
33
+ jsonpointer==2.4
34
+ jsonschema==4.19.2
35
+ jsonschema-specifications==2023.7.1
36
+ kiwisolver==1.4.5
37
+ langchain==0.0.331
38
+ langsmith==0.0.60
39
+ markdown-it-py==3.0.0
40
+ MarkupSafe==2.1.3
41
+ marshmallow==3.20.1
42
+ matplotlib==3.8.1
43
+ mdurl==0.1.2
44
+ multidict==6.0.4
45
+ mypy-extensions==1.0.0
46
+ numpy==1.26.1
47
+ openai==1.1.1
48
+ orjson==3.9.10
49
+ packaging==23.2
50
+ pandas==2.1.2
51
+ Pillow==10.1.0
52
+ pydantic==2.4.2
53
+ pydantic_core==2.10.1
54
+ pydub==0.25.1
55
+ Pygments==2.16.1
56
+ pyparsing==3.1.1
57
+ pyproject-toml==0.0.10
58
+ python-dateutil==2.8.2
59
+ python-multipart==0.0.6
60
+ pytz==2023.3.post1
61
+ PyYAML==6.0.1
62
+ referencing==0.30.2
63
+ requests==2.31.0
64
+ rich==13.6.0
65
+ rpds-py==0.12.0
66
+ semantic-version==2.10.0
67
+ setuptools==68.2.2
68
+ shellingham==1.5.4
69
+ six==1.16.0
70
+ sniffio==1.3.0
71
+ SQLAlchemy==2.0.23
72
+ starlette==0.27.0
73
+ tenacity==8.2.3
74
+ toml==0.10.2
75
+ tomlkit==0.12.0
76
+ toolz==0.12.0
77
+ tqdm==4.66.1
78
+ typer==0.9.0
79
+ typing-inspect==0.9.0
80
+ typing_extensions==4.8.0
81
+ tzdata==2023.3
82
+ urllib3==2.0.7
83
+ uvicorn==0.24.0.post1
84
+ websockets==11.0.3
85
+ wheel==0.41.3
86
+ yarl==1.9.2