cloud-sean commited on
Commit
1910768
·
1 Parent(s): f96c458

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ipykernel==6.22.0
36
+ ipython==8.12.0
37
+ jedi==0.18.2
38
+ Jinja2==3.1.2
39
+ jsonschema==4.17.3
40
+ jupyter_client==8.1.0
41
+ jupyter_core==5.3.0
42
+ kiwisolver==1.4.4
43
+ langchain==0.0.136
44
+ linkify-it-py==2.0.0
45
+ markdown-it-py==2.2.0
46
+ MarkupSafe==2.1.2
47
+ marshmallow==3.19.0
48
+ marshmallow-enum==1.5.1
49
+ matplotlib==3.7.1
50
+ matplotlib-inline==0.1.6
51
+ mdit-py-plugins==0.3.3
52
+ mdurl==0.1.2
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ nest-asyncio==1.5.6
56
+ numpy==1.24.2
57
+ openai==0.27.4
58
+ openapi-schema-pydantic==1.2.4
59
+ orjson==3.8.10
60
+ packaging==23.0
61
+ pandas==2.0.0
62
+ parso==0.8.3
63
+ pexpect==4.8.0
64
+ pickleshare==0.7.5
65
+ Pillow==9.5.0
66
+ platformdirs==3.2.0
67
+ prompt-toolkit==3.0.38
68
+ psutil==5.9.4
69
+ ptyprocess==0.7.0
70
+ pure-eval==0.2.2
71
+ pydantic==1.10.7
72
+ pydub==0.25.1
73
+ Pygments==2.14.0
74
+ pyodbc==4.0.35
75
+ pyparsing==3.0.9
76
+ pyrsistent==0.19.3
77
+ python-dateutil==2.8.2
78
+ python-multipart==0.0.6
79
+ pytz==2023.3
80
+ PyYAML==6.0
81
+ pyzmq==25.0.2
82
+ requests==2.28.2
83
+ rfc3986==1.5.0
84
+ semantic-version==2.10.0
85
+ six==1.16.0
86
+ sniffio==1.3.0
87
+ SQLAlchemy==1.4.47
88
+ stack-data==0.6.2
89
+ starlette==0.26.1
90
+ tenacity==8.2.2
91
+ toolz==0.12.0
92
+ tornado==6.2
93
+ tqdm==4.65.0
94
+ traitlets==5.9.0
95
+ typing-inspect==0.8.0
96
+ typing_extensions==4.5.0
97
+ tzdata==2023.3
98
+ uc-micro-py==1.0.1
99
+ urllib3==1.26.15
100
+ uvicorn==0.21.1
101
+ wcwidth==0.2.6
102
+ websockets==11.0.1
103
+ yarl==1.8.2