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,8 +1,10 @@
# -*- coding: utf-8 -*-
import os
import io
import os
import paramiko
from jms_storage.base import ObjectStorage
from .base import ObjectStorage
class SFTPStorage(ObjectStorage):