1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Upgrade to Python 3.7

This commit is contained in:
Michael Hansen
2020-03-25 16:05:09 -04:00
parent 9359c70aa8
commit 0e4fbd066f
30 changed files with 36 additions and 38 deletions

1
.python-version Normal file
View File

@@ -0,0 +1 @@
3.7.7

View File

@@ -111,7 +111,7 @@ function finish {
kill "${web_pid}"
}
trap finish EXIT
# trap finish EXIT
# Run assistant
log_path="${profile_dir}/supervisord.log"

View File

@@ -1,9 +1,7 @@
aiofiles==0.4.0
aiohttp==3.6.2
attrs==19.3.0
json5==0.7.0
json5==0.9.3
mkdocs >= 1.0.4
multidict==4.6.1
networkx==2.4
num2words==0.5.10
paho-mqtt==1.5.0
@@ -12,8 +10,8 @@ precise-runner==0.3.1
PyAudio==0.2.11
pydash==4.7.6
pyyaml==5.3
quart==0.6.15
quart-cors==0.1.3
quart==0.11.3
quart-cors==0.3.0
rapidfuzz==0.2.1
swagger-ui-py==0.1.7
swagger-ui-py==0.2.1
webrtcvad==2.0.10

View File

@@ -1,10 +1,9 @@
black==19.10b0
coverage==5.0.2
coverage==5.0.4
flake8==3.7.9
mypy==0.761
mypy==0.770
pyinstaller==3.6
pylint==2.4.4
pytest==5.3.5
pytest==5.4.1
pytest-cov==2.8.1
yamllint==1.20.0
mkdocs==1.0.4
yamllint==1.21.0