chore: update base application package dependencies and configuration files

This commit is contained in:
bot
2024-12-05 18:07:31 +00:00
parent 9f3cf5c924
commit 8106468bc9
4 changed files with 3 additions and 5 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-3
View File
@@ -7,6 +7,3 @@ logging.basicConfig(
) )
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
from .app import Application as BaseApplication
+2 -1
View File
@@ -1,7 +1,8 @@
import base64
import json import json
import time import time
import uuid import uuid
import base64
import dataset import dataset
from aiohttp import web from aiohttp import web