Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ovos_backend_manager/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests
from flask import Flask, request
from oauthlib.oauth2 import WebApplicationClient
from ovos_local_backend.database.oauth import OAuthTokenDatabase, OAuthApplicationDatabase
from ovos_backend_client.database import OAuthTokenDatabase, OAuthApplicationDatabase
from pywebio.platform.flask import webio_view

from ovos_backend_manager.menu import start
Expand Down
2 changes: 1 addition & 1 deletion ovos_backend_manager/oauth.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from oauthlib.oauth2 import WebApplicationClient
from ovos_local_backend.configuration import CONFIGURATION
from ovos_local_backend.database.oauth import OAuthApplicationDatabase, OAuthTokenDatabase
from ovos_backend_client.database import OAuthTokenDatabase, OAuthApplicationDatabase
from pywebio.input import actions, input_group, input, TEXT
from pywebio.output import use_scope, popup, put_image, put_link, put_code, put_text, put_table, put_markdown

Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
pywebio
ovos-local-backend>=0.1.5a2
cutecharts
cutecharts
ovos-backend-client>=0.0.6a10