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:
1
.python-version
Normal file
1
.python-version
Normal file
@@ -0,0 +1 @@
|
|||||||
|
3.7.7
|
||||||
@@ -111,7 +111,7 @@ function finish {
|
|||||||
kill "${web_pid}"
|
kill "${web_pid}"
|
||||||
}
|
}
|
||||||
|
|
||||||
trap finish EXIT
|
# trap finish EXIT
|
||||||
|
|
||||||
# Run assistant
|
# Run assistant
|
||||||
log_path="${profile_dir}/supervisord.log"
|
log_path="${profile_dir}/supervisord.log"
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
aiofiles==0.4.0
|
aiofiles==0.4.0
|
||||||
aiohttp==3.6.2
|
aiohttp==3.6.2
|
||||||
attrs==19.3.0
|
json5==0.9.3
|
||||||
json5==0.7.0
|
|
||||||
mkdocs >= 1.0.4
|
mkdocs >= 1.0.4
|
||||||
multidict==4.6.1
|
|
||||||
networkx==2.4
|
networkx==2.4
|
||||||
num2words==0.5.10
|
num2words==0.5.10
|
||||||
paho-mqtt==1.5.0
|
paho-mqtt==1.5.0
|
||||||
@@ -12,8 +10,8 @@ precise-runner==0.3.1
|
|||||||
PyAudio==0.2.11
|
PyAudio==0.2.11
|
||||||
pydash==4.7.6
|
pydash==4.7.6
|
||||||
pyyaml==5.3
|
pyyaml==5.3
|
||||||
quart==0.6.15
|
quart==0.11.3
|
||||||
quart-cors==0.1.3
|
quart-cors==0.3.0
|
||||||
rapidfuzz==0.2.1
|
rapidfuzz==0.2.1
|
||||||
swagger-ui-py==0.1.7
|
swagger-ui-py==0.2.1
|
||||||
webrtcvad==2.0.10
|
webrtcvad==2.0.10
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
black==19.10b0
|
black==19.10b0
|
||||||
coverage==5.0.2
|
coverage==5.0.4
|
||||||
flake8==3.7.9
|
flake8==3.7.9
|
||||||
mypy==0.761
|
mypy==0.770
|
||||||
pyinstaller==3.6
|
pyinstaller==3.6
|
||||||
pylint==2.4.4
|
pylint==2.4.4
|
||||||
pytest==5.3.5
|
pytest==5.4.1
|
||||||
pytest-cov==2.8.1
|
pytest-cov==2.8.1
|
||||||
yamllint==1.20.0
|
yamllint==1.21.0
|
||||||
mkdocs==1.0.4
|
|
||||||
|
|||||||
Submodule rhasspy-asr updated: 3902c6744e...bd59327284
Submodule rhasspy-asr-kaldi updated: 29515621be...939a911129
Submodule rhasspy-asr-kaldi-hermes updated: e6fecfd202...31859af515
Submodule rhasspy-asr-pocketsphinx updated: 22ecfd1725...14b5e526f2
Submodule rhasspy-asr-pocketsphinx-hermes updated: e181d25035...3b644003ec
Submodule rhasspy-dialogue-hermes updated: 84143002a6...e6701f4651
Submodule rhasspy-fuzzywuzzy updated: 292c71f742...956b9eaf9a
Submodule rhasspy-fuzzywuzzy-hermes updated: 869efc4e04...bbc8209b51
Submodule rhasspy-hermes updated: 3756aa4353...aea71952ac
Submodule rhasspy-homeassistant-hermes updated: c956b5a7d8...3e6deafde5
Submodule rhasspy-microphone-cli-hermes updated: e1e6a96086...2fabc2c677
Submodule rhasspy-microphone-pyaudio-hermes updated: 179259d243...ccff56db6b
Submodule rhasspy-nlu updated: 9426cdf0b5...215cff1f8a
Submodule rhasspy-nlu-hermes updated: 35dc0803e1...774bc1ad1c
Submodule rhasspy-profile updated: e454fd6a18...a0786e32c9
Submodule rhasspy-rasa-nlu-hermes updated: 19776478cd...e580d3733c
Submodule rhasspy-remote-http-hermes updated: aaa1e4e67e...35ce807e72
Submodule rhasspy-server-hermes updated: 03aff0f01b...a0a0b00bdf
Submodule rhasspy-silence updated: c12520e808...151dd9605e
Submodule rhasspy-speakers-cli-hermes updated: 0839920707...28e4cc58cb
Submodule rhasspy-supervisor updated: 3e7dfa17eb...5786ebc296
Submodule rhasspy-tts-cli-hermes updated: c4e22626b0...8dbe2a1c3b
Submodule rhasspy-wake-pocketsphinx-hermes updated: ed6976acc3...8319169018
Submodule rhasspy-wake-porcupine-hermes updated: e98fbd4e2f...ae715577b5
Submodule rhasspy-wake-precise-hermes updated: 405df4b68d...7f553b93cb
Submodule rhasspy-wake-snowboy-hermes updated: a000158077...b570e060ae
Reference in New Issue
Block a user