cloud-sean commited on
Commit
784487f
·
1 Parent(s): 65aadaa

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +106 -3
requirements.txt CHANGED
@@ -1,3 +1,106 @@
1
- openai
2
- langchain
3
- gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ appnope==0.1.3
7
+ asttokens==2.2.1
8
+ async-timeout==4.0.2
9
+ attrs==22.2.0
10
+ backcall==0.2.0
11
+ certifi==2022.12.7
12
+ charset-normalizer==3.1.0
13
+ click==8.1.3
14
+ comm==0.1.3
15
+ contourpy==1.0.7
16
+ cycler==0.11.0
17
+ dataclasses-json==0.5.7
18
+ debugpy==1.6.7
19
+ decorator==5.1.1
20
+ entrypoints==0.4
21
+ executing==1.2.0
22
+ fastapi==0.95.0
23
+ ffmpy==0.3.0
24
+ filelock==3.11.0
25
+ fonttools==4.39.3
26
+ frozenlist==1.3.3
27
+ fsspec==2023.4.0
28
+ gradio==3.24.1
29
+ gradio_client==0.0.8
30
+ h11==0.14.0
31
+ httpcore==0.16.3
32
+ httpx==0.23.3
33
+ huggingface-hub==0.13.4
34
+ idna==3.4
35
+ install==1.3.5
36
+ ipykernel==6.22.0
37
+ ipython==8.12.0
38
+ jedi==0.18.2
39
+ Jinja2==3.1.2
40
+ jsonschema==4.17.3
41
+ jupyter_client==8.1.0
42
+ jupyter_core==5.3.0
43
+ kiwisolver==1.4.4
44
+ langchain==0.0.135
45
+ linkify-it-py==2.0.0
46
+ markdown-it-py==2.2.0
47
+ MarkupSafe==2.1.2
48
+ marshmallow==3.19.0
49
+ marshmallow-enum==1.5.1
50
+ matplotlib==3.7.1
51
+ matplotlib-inline==0.1.6
52
+ mdit-py-plugins==0.3.3
53
+ mdurl==0.1.2
54
+ multidict==6.0.4
55
+ mypy-extensions==1.0.0
56
+ nest-asyncio==1.5.6
57
+ numpy==1.24.2
58
+ openai==0.27.4
59
+ openapi-schema-pydantic==1.2.4
60
+ orjson==3.8.10
61
+ packaging==23.0
62
+ pandas==2.0.0
63
+ parso==0.8.3
64
+ pexpect==4.8.0
65
+ pickleshare==0.7.5
66
+ Pillow==9.5.0
67
+ platformdirs==3.2.0
68
+ prompt-toolkit==3.0.38
69
+ psutil==5.9.4
70
+ ptyprocess==0.7.0
71
+ pure-eval==0.2.2
72
+ pydantic==1.10.7
73
+ pydub==0.25.1
74
+ Pygments==2.14.0
75
+ pyodbc==4.0.35
76
+ pyparsing==3.0.9
77
+ pypdf==3.7.1
78
+ PyPDF2==3.0.1
79
+ pyrsistent==0.19.3
80
+ python-dateutil==2.8.2
81
+ python-multipart==0.0.6
82
+ pytz==2023.3
83
+ PyYAML==6.0
84
+ pyzmq==25.0.2
85
+ requests==2.28.2
86
+ rfc3986==1.5.0
87
+ semantic-version==2.10.0
88
+ six==1.16.0
89
+ sniffio==1.3.0
90
+ SQLAlchemy==1.4.47
91
+ stack-data==0.6.2
92
+ starlette==0.26.1
93
+ tenacity==8.2.2
94
+ toolz==0.12.0
95
+ tornado==6.2
96
+ tqdm==4.65.0
97
+ traitlets==5.9.0
98
+ typing-inspect==0.8.0
99
+ typing_extensions==4.5.0
100
+ tzdata==2023.3
101
+ uc-micro-py==1.0.1
102
+ urllib3==1.26.15
103
+ uvicorn==0.21.1
104
+ wcwidth==0.2.6
105
+ websockets==11.0.1
106
+ yarl==1.8.2