perf: revert old deps (#14371)

* perf: revert old deps

* perf: update poetry

* perf: Update Dockerfile with new base image tag

---------

Co-authored-by: ibuler <ibuler@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
fit2bot
2024-10-29 14:24:31 +08:00
committed by GitHub
parent e47e9b0a11
commit 972afe0bfe
7 changed files with 1066 additions and 2431 deletions

View File

@@ -1,4 +1,5 @@
from importlib import import_module
from django.conf import settings
from django.utils.functional import LazyObject
@@ -20,7 +21,7 @@ def get_command_storage():
def get_server_replay_storage():
from jms_storage import get_object_storage
from common.storage.jms_storage import get_object_storage
config = settings.SERVER_REPLAY_STORAGE
storage = get_object_storage(config)
return storage