Remove pyaudio dependency

This commit is contained in:
Vikash Kothary
2021-02-07 16:03:38 +00:00
parent 806b8cf3a7
commit f9d5d93024
4 changed files with 203 additions and 193 deletions

View File

@@ -1,7 +1,7 @@
# THE FILE WAS GENERATED BY POETRY, DO NOT EDIT!
anki==2.1.37; python_version >= "3.8"
anki==2.1.40; python_version >= "3.8"
beautifulsoup4==4.9.3
certifi==2020.12.5; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
chardet==4.0.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
@@ -9,14 +9,13 @@ decorator==4.4.2; (python_version >= "2.6" and python_full_version < "3.0.0") or
distro==1.5.0
idna==2.10; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
markdown==3.3.3; python_version >= "3.6"
orjson==3.4.6; python_version >= "3.8"
orjson==3.4.8; python_version >= "3.8"
protobuf==3.14.0; python_version >= "3.8"
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
pyaudio==0.2.11
pysocks==1.7.1; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.8"
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
send2trash==1.5.0
six==1.15.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"
soupsieve==2.1; python_version >= "3.8"
urllib3==1.26.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
urllib3==1.26.3; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.8"
webob==1.8.6; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")