1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-03 03:57:48 +01:00

16 lines
608 B
Plaintext
Raw Normal View History

2023-05-08 13:54:56 +02:00
config BR2_PACKAGE_PYTHON_OVOS_PERSONAL_BACKEND
bool "python-ovos-personal-backend"
2021-01-09 18:47:29 +01:00
select BR2_PACKAGE_PYTHON_FLASK # runtime
select BR2_PACKAGE_PYTHON_FLASK_MAIL # runtime
select BR2_PACKAGE_PYTHON_GEOCODER # runtime
select BR2_PACKAGE_PYTHON_JSON_DATABASE # runtime
select BR2_PACKAGE_PYTHON_PYOPENSSL # runtime
select BR2_PACKAGE_PYTHON_REQUESTS # runtime
select BR2_PACKAGE_PYTHON_SPEECH2TEXT # runtime
select BR2_PACKAGE_PYTHON_TIMEZONEFINDER # runtime
help
Personal mycroft backend alternative to mycroft.home,
written in flask
2023-05-08 13:54:56 +02:00
https://github.com/OpenVoiceOS/ovos-personal-backend