K3NW48 commited on
Commit
9cde027
1 Parent(s): 62b117d
Files changed (1) hide show
  1. requirements.txt +22 -101
requirements.txt CHANGED
@@ -4,140 +4,61 @@ aiosignal==1.3.1
4
  altair==4.2.2
5
  anyio==3.6.2
6
  async-timeout==4.0.2
7
- attrs==21.2.0
8
- Automat==20.2.0
9
- Babel==2.8.0
10
- bcrypt==3.2.0
11
- black==21.10b0
12
- blinker==1.4
13
- certifi==2020.6.20
14
- cffi==1.15.1
15
- chardet==4.0.0
16
- charset-normalizer==3.0.1
17
- click==8.0.3
18
- cloud-init==22.4.2
19
- colorama==0.4.4
20
- command-not-found==0.3
21
- config==0.5.1
22
- configobj==5.0.6
23
- constantly==15.1.0
24
  contourpy==1.0.7
25
- cryptography==3.4.8
26
  cycler==0.11.0
27
- dbus-python==1.2.18
28
- distlib==0.3.4
29
- distro==1.7.0
30
- distro-info===1.1build1
31
  entrypoints==0.4
32
- fastapi==0.92.0
33
  ffmpy==0.3.0
34
- filelock==3.6.0
35
- Flask==2.2.3
36
- fonttools==4.38.0
37
  frozenlist==1.3.3
38
- fsspec==2023.1.0
39
  gradio==3.23.0
40
  gTTS==2.3.1
41
  h11==0.14.0
42
  httpcore==0.16.3
43
- httplib2==0.20.2
44
  httpx==0.23.3
45
  huggingface-hub==0.13.3
46
- hyperlink==21.0.0
47
- idna==3.3
48
- importlib-metadata==4.6.4
49
- incremental==21.3.0
50
- ipython_genutils==0.2.0
51
- itsdangerous==2.1.2
52
- jeepney==0.7.1
53
- Jinja2==3.0.3
54
- jsonpatch==1.32
55
- jsonpointer==2.0
56
- jsonschema==3.2.0
57
- jupyter-core==4.9.1
58
- keyring==23.5.0
59
  kiwisolver==1.4.4
60
- launchpadlib==1.10.16
61
- lazr.restfulclient==0.14.4
62
- lazr.uri==1.0.6
63
  linkify-it-py==2.0.0
64
  markdown-it-py==2.2.0
65
  MarkupSafe==2.1.2
66
- matplotlib==3.7.0
67
  mdit-py-plugins==0.3.3
68
  mdurl==0.1.2
69
- more-itertools==8.10.0
70
  multidict==6.0.4
71
- mypy-extensions==0.4.3
72
- netifaces==0.11.0
73
  numpy==1.24.2
74
- oauthlib==3.2.0
75
  openai==0.27.2
76
- orjson==3.8.7
77
  packaging==23.0
78
  pandas==1.5.3
79
- pathspec==0.9.0
80
- pexpect==4.8.0
81
  Pillow==9.4.0
82
- pipenv==11.9.0
83
- platformdirs==2.5.1
84
- ptyprocess==0.7.0
85
- pyasn1==0.4.8
86
- pyasn1-modules==0.2.1
87
- PyAudio==0.2.13
88
- pycparser==2.21
89
- pycryptodome==3.17
90
- pydantic==1.10.5
91
  pydub==0.25.1
92
- Pygments==2.11.2
93
- PyGObject==3.42.1
94
- PyHamcrest==2.0.2
95
- PyJWT==2.3.0
96
- pymacaroons==0.13.0
97
- PyNaCl==1.5.0
98
- pyOpenSSL==21.0.0
99
- pyparsing==2.4.7
100
- pypng==0.20220715.0
101
- pyrsistent==0.18.1
102
- pyserial==3.5
103
- python-apt==2.4.0+ubuntu1
104
  python-dateutil==2.8.2
105
- python-debian===0.1.43ubuntu1
106
- python-dotenv==0.21.1
107
- python-magic==0.4.24
108
  python-multipart==0.0.6
109
- pyttsx3==2.90
110
- pytz==2022.1
111
- PyYAML==5.4.1
112
  requests==2.28.2
113
  rfc3986==1.5.0
114
- SecretStorage==3.3.1
115
  semantic-version==2.10.0
116
- service-identity==18.1.0
117
  six==1.16.0
118
  sniffio==1.3.0
119
- sos==4.4
120
- SpeechRecognition==3.9.0
121
- ssh-import-id==5.11
122
- starlette==0.25.0
123
- systemd-python==234
124
- tomli==1.2.2
125
  toolz==0.12.0
126
- tqdm==4.64.1
127
- traitlets==5.1.1
128
- Twisted==22.1.0
129
  typing_extensions==4.5.0
130
- ubuntu-advantage-tools==8001
131
  uc-micro-py==1.0.1
132
- ufw==0.36.1
133
- unattended-upgrades==0.1
134
- urllib3==1.26.5
135
- uvicorn==0.20.0
136
- virtualenv==20.13.0+ds
137
- virtualenv-clone==0.3.0
138
- wadllib==1.3.6
139
  websockets==10.4
140
- Werkzeug==2.2.3
141
  yarl==1.8.2
142
- zipp==1.0.0
143
- zope.interface==5.4.0
 
4
  altair==4.2.2
5
  anyio==3.6.2
6
  async-timeout==4.0.2
7
+ attrs==22.2.0
8
+ certifi==2022.12.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  contourpy==1.0.7
 
12
  cycler==0.11.0
 
 
 
 
13
  entrypoints==0.4
14
+ fastapi==0.95.0
15
  ffmpy==0.3.0
16
+ filelock==3.10.2
17
+ fonttools==4.39.2
 
18
  frozenlist==1.3.3
19
+ fsspec==2023.3.0
20
  gradio==3.23.0
21
  gTTS==2.3.1
22
  h11==0.14.0
23
  httpcore==0.16.3
 
24
  httpx==0.23.3
25
  huggingface-hub==0.13.3
26
+ idna==3.4
27
+ Jinja2==3.1.2
28
+ jsonschema==4.17.3
 
 
 
 
 
 
 
 
 
 
29
  kiwisolver==1.4.4
 
 
 
30
  linkify-it-py==2.0.0
31
  markdown-it-py==2.2.0
32
  MarkupSafe==2.1.2
33
+ matplotlib==3.7.1
34
  mdit-py-plugins==0.3.3
35
  mdurl==0.1.2
 
36
  multidict==6.0.4
 
 
37
  numpy==1.24.2
 
38
  openai==0.27.2
39
+ orjson==3.8.8
40
  packaging==23.0
41
  pandas==1.5.3
 
 
42
  Pillow==9.4.0
43
+ pydantic==1.10.7
 
 
 
 
 
 
 
 
44
  pydub==0.25.1
45
+ pyparsing==3.0.9
46
+ pyrsistent==0.19.3
 
 
 
 
 
 
 
 
 
 
47
  python-dateutil==2.8.2
 
 
 
48
  python-multipart==0.0.6
49
+ pytz==2022.7.1
50
+ PyYAML==6.0
 
51
  requests==2.28.2
52
  rfc3986==1.5.0
 
53
  semantic-version==2.10.0
 
54
  six==1.16.0
55
  sniffio==1.3.0
56
+ starlette==0.26.1
 
 
 
 
 
57
  toolz==0.12.0
58
+ tqdm==4.65.0
 
 
59
  typing_extensions==4.5.0
 
60
  uc-micro-py==1.0.1
61
+ urllib3==1.26.15
62
+ uvicorn==0.21.1
 
 
 
 
 
63
  websockets==10.4
 
64
  yarl==1.8.2