jamiko commited on
Commit
10b48e9
·
1 Parent(s): f5635fc

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +140 -0
requirements.txt ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.3
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.6.1
5
+ appnope==0.1.3
6
+ argon2-cffi==21.3.0
7
+ argon2-cffi-bindings==21.2.0
8
+ asttokens==2.0.8
9
+ async-timeout==4.0.2
10
+ attrs==22.1.0
11
+ backcall==0.2.0
12
+ backoff==1.10.0
13
+ bcrypt==4.0.0
14
+ beautifulsoup4==4.11.1
15
+ bleach==5.0.1
16
+ certifi==2022.9.14
17
+ cffi==1.15.1
18
+ charset-normalizer==2.1.1
19
+ click==8.1.3
20
+ contourpy==1.0.5
21
+ cryptography==38.0.1
22
+ cycler==0.11.0
23
+ debugpy==1.6.3
24
+ decorator==5.1.1
25
+ defusedxml==0.7.1
26
+ distlib==0.3.6
27
+ entrypoints==0.4
28
+ executing==1.0.0
29
+ fastapi==0.85.0
30
+ fastjsonschema==2.16.2
31
+ ffmpy==0.3.0
32
+ filelock==3.8.0
33
+ fonttools==4.37.3
34
+ frozenlist==1.3.1
35
+ fsspec==2022.8.2
36
+ gradio==3.3.1
37
+ h11==0.12.0
38
+ httpcore==0.15.0
39
+ httpx==0.23.0
40
+ huggingface-hub==0.9.1
41
+ idna==3.4
42
+ importlib-metadata==4.12.0
43
+ importlib-resources==5.9.0
44
+ ipykernel==6.15.3
45
+ ipython==8.5.0
46
+ ipython-genutils==0.2.0
47
+ ipywidgets==8.0.2
48
+ jedi==0.18.1
49
+ Jinja2==3.1.2
50
+ jsonschema==4.16.0
51
+ jupyter==1.0.0
52
+ jupyter-console==6.4.4
53
+ jupyter-core==4.11.1
54
+ jupyter_client==7.3.5
55
+ jupyterlab-pygments==0.2.2
56
+ jupyterlab-widgets==3.0.3
57
+ kiwisolver==1.4.4
58
+ linkify-it-py==1.0.3
59
+ lxml==4.9.1
60
+ markdown-it-py==2.1.0
61
+ MarkupSafe==2.1.1
62
+ matplotlib==3.6.0
63
+ matplotlib-inline==0.1.6
64
+ mdit-py-plugins==0.3.0
65
+ mdurl==0.1.2
66
+ mistune==2.0.4
67
+ monotonic==1.6
68
+ multidict==6.0.2
69
+ nbclient==0.6.8
70
+ nbconvert==7.0.0
71
+ nbformat==5.6.0
72
+ nest-asyncio==1.5.5
73
+ notebook==6.4.12
74
+ numpy==1.23.3
75
+ orjson==3.8.0
76
+ packaging==21.3
77
+ pandas==1.5.0
78
+ pandocfilters==1.5.0
79
+ paramiko==2.11.0
80
+ parso==0.8.3
81
+ pexpect==4.8.0
82
+ pickleshare==0.7.5
83
+ Pillow==9.2.0
84
+ pipenv==2022.9.21
85
+ pkgutil_resolve_name==1.3.10
86
+ platformdirs==2.5.2
87
+ prometheus-client==0.14.1
88
+ prompt-toolkit==3.0.31
89
+ protobuf==3.20.1
90
+ protoc-wheel-0==21.6
91
+ psutil==5.9.2
92
+ ptyprocess==0.7.0
93
+ pure-eval==0.2.2
94
+ pycparser==2.21
95
+ pycryptodome==3.15.0
96
+ pydantic==1.10.2
97
+ pydub==0.25.1
98
+ Pygments==2.13.0
99
+ PyNaCl==1.5.0
100
+ pyparsing==3.0.9
101
+ pyrsistent==0.18.1
102
+ python-dateutil==2.8.2
103
+ python-multipart==0.0.5
104
+ pytz==2022.2.1
105
+ PyYAML==6.0
106
+ pyzmq==24.0.1
107
+ qtconsole==5.3.2
108
+ QtPy==2.2.0
109
+ regex==2022.9.13
110
+ requests==2.28.1
111
+ rfc3986==1.5.0
112
+ Send2Trash==1.8.0
113
+ sentencepiece==0.1.97
114
+ six==1.16.0
115
+ sniffio==1.3.0
116
+ soupsieve==2.3.2.post1
117
+ stack-data==0.5.0
118
+ starlette==0.20.4
119
+ terminado==0.15.0
120
+ tinycss2==1.1.1
121
+ tokenizers==0.12.1
122
+ torch==1.13.0.dev20220925
123
+ torchaudio==0.13.0.dev20220924
124
+ torchvision==0.14.0.dev20220924
125
+ tornado==6.2
126
+ tqdm==4.64.1
127
+ traitlets==5.4.0
128
+ transformers==4.22.1
129
+ typing_extensions==4.3.0
130
+ uc-micro-py==1.0.1
131
+ urllib3==1.26.12
132
+ uvicorn==0.18.3
133
+ virtualenv==20.16.5
134
+ virtualenv-clone==0.5.7
135
+ wcwidth==0.2.5
136
+ webencodings==0.5.1
137
+ websockets==10.3
138
+ widgetsnbextension==4.0.3
139
+ yarl==1.8.1
140
+ zipp==3.8.1