raphael825 commited on
Commit
9eea653
1 Parent(s): c43db93

requirements.txt -> 수정

Browse files
Files changed (1) hide show
  1. requirements.txt +94 -2
requirements.txt CHANGED
@@ -1,6 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  openai==1.3.7
2
  openai-whisper==20231117
 
 
 
 
 
 
 
 
 
 
 
 
3
  pytube==15.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  tiktoken==0.5.1
5
- langchain==1.0.0
6
- ```
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==1.4.0
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.1
4
+ aiosignal==1.3.1
5
+ altair==5.2.0
6
+ annotated-types==0.6.0
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
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
+ distro==1.8.0
18
+ exceptiongroup==1.2.0
19
+ fastapi==0.104.1
20
+ ffmpy==0.3.1
21
+ filelock==3.13.1
22
+ fonttools==4.45.1
23
+ frozenlist==1.4.0
24
+ fsspec==2023.10.0
25
+ gradio==4.7.1
26
+ gradio_client==0.7.0
27
+ h11==0.14.0
28
+ httpcore==1.0.2
29
+ httpx==0.25.2
30
+ huggingface-hub==0.19.4
31
+ idna==3.6
32
+ importlib-resources==6.1.1
33
+ Jinja2==3.1.2
34
+ jsonpatch==1.33
35
+ jsonpointer==2.4
36
+ jsonschema==4.20.0
37
+ jsonschema-specifications==2023.11.2
38
+ kiwisolver==1.4.5
39
+ langchain==0.0.344
40
+ langchain-core==0.0.8
41
+ langsmith==0.0.68
42
+ llvmlite==0.41.1
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.3
45
+ marshmallow==3.20.1
46
+ matplotlib==3.8.2
47
+ mdurl==0.1.2
48
+ more-itertools==10.1.0
49
+ mpmath==1.3.0
50
+ multidict==6.0.4
51
+ mypy-extensions==1.0.0
52
+ networkx==3.2.1
53
+ numba==0.58.1
54
+ numpy==1.26.2
55
  openai==1.3.7
56
  openai-whisper==20231117
57
+ orjson==3.9.10
58
+ ortools==9.7.2996
59
+ packaging==23.2
60
+ pandas==2.1.3
61
+ Pillow==10.1.0
62
+ pydantic==2.5.2
63
+ pydantic_core==2.14.5
64
+ pydub==0.25.1
65
+ Pygments==2.17.2
66
+ pyparsing==3.1.1
67
+ python-dateutil==2.8.2
68
+ python-multipart==0.0.6
69
  pytube==15.0.0
70
+ pytz==2023.3.post1
71
+ PyYAML==6.0.1
72
+ referencing==0.31.1
73
+ regex==2023.10.3
74
+ requests==2.31.0
75
+ rich==13.7.0
76
+ rpds-py==0.13.2
77
+ semantic-version==2.10.0
78
+ shellingham==1.5.4
79
+ six==1.16.0
80
+ sniffio==1.3.0
81
+ SQLAlchemy==2.0.23
82
+ starlette==0.27.0
83
+ sympy==1.12
84
+ tenacity==8.2.3
85
  tiktoken==0.5.1
86
+ tomlkit==0.12.0
87
+ toolz==0.12.0
88
+ torch==2.1.1
89
+ tqdm==4.66.1
90
+ typer==0.9.0
91
+ typing-inspect==0.9.0
92
+ typing_extensions==4.8.0
93
+ tzdata==2023.3
94
+ urllib3==2.1.0
95
+ uvicorn==0.24.0.post1
96
+ websockets==11.0.3
97
+ yarl==1.9.3
98
+ zipp==3.17.0