Skip to content

Commit

Permalink
make it load
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jun 14, 2024
1 parent fd2ac81 commit a6dc5eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ovos_config_assistant/pairing.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
import os
from ovos_backend_client.api import AdminApi
from ovos_config import Configuration
from ovos_backend_client.backends import OfflineBackend, \
SeleneBackend, PersonalBackend, BackendType, get_backend_config, API_REGISTRY
from ovos_backend_client.backends import OfflineBackend, PersonalBackend, BackendType, get_backend_config, API_REGISTRY
from ovos_backend_client.identity import IdentityManager
from ovos_backend_client.pairing import is_paired

Expand Down
4 changes: 3 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ovos_utils
pywebio
cutecharts
oauthlib~=3.0
ovos_backend_client
ovos_backend_client
flask
ovos-plugin-manager

0 comments on commit a6dc5eb

Please sign in to comment.