zetafil commited on
Commit
e9d3773
1 Parent(s): a6006e6

Add requirements.

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ autopep8==2.0.2
11
+ backcall==0.2.0
12
+ certifi==2022.12.7
13
+ charset-normalizer==3.1.0
14
+ click==8.1.3
15
+ comm==0.1.3
16
+ contourpy==1.0.7
17
+ cycler==0.11.0
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.3.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
+ linkify-it-py==2.0.0
44
+ markdown-it-py==2.2.0
45
+ MarkupSafe==2.1.2
46
+ matplotlib==3.7.1
47
+ matplotlib-inline==0.1.6
48
+ mdit-py-plugins==0.3.3
49
+ mdurl==0.1.2
50
+ multidict==6.0.4
51
+ nest-asyncio==1.5.6
52
+ numpy==1.24.2
53
+ openai==0.27.4
54
+ orjson==3.8.9
55
+ packaging==23.0
56
+ pandas==2.0.0
57
+ parso==0.8.3
58
+ pexpect==4.8.0
59
+ pickleshare==0.7.5
60
+ Pillow==9.5.0
61
+ platformdirs==3.2.0
62
+ prompt-toolkit==3.0.38
63
+ psutil==5.9.4
64
+ ptyprocess==0.7.0
65
+ pure-eval==0.2.2
66
+ pycodestyle==2.10.0
67
+ pydantic==1.10.7
68
+ pydub==0.25.1
69
+ Pygments==2.14.0
70
+ pyparsing==3.0.9
71
+ pyrsistent==0.19.3
72
+ python-dateutil==2.8.2
73
+ python-multipart==0.0.6
74
+ pytz==2023.3
75
+ PyYAML==6.0
76
+ pyzmq==25.0.2
77
+ requests==2.28.2
78
+ rfc3986==1.5.0
79
+ semantic-version==2.10.0
80
+ six==1.16.0
81
+ sniffio==1.3.0
82
+ stack-data==0.6.2
83
+ starlette==0.26.1
84
+ tomli==2.0.1
85
+ toolz==0.12.0
86
+ tornado==6.2
87
+ tqdm==4.65.0
88
+ traitlets==5.9.0
89
+ typing_extensions==4.5.0
90
+ tzdata==2023.3
91
+ uc-micro-py==1.0.1
92
+ urllib3==1.26.15
93
+ uvicorn==0.21.1
94
+ wcwidth==0.2.6
95
+ websockets==11.0.1
96
+ yarl==1.8.2