feat: add Docker support and update Python version to 3.11

This commit is contained in:
2025-09-02 03:37:48 +03:00
parent 43932a93e0
commit 03dd3f9db4
11 changed files with 2405 additions and 54 deletions

View File

@@ -2,7 +2,6 @@ import time
from enum import StrEnum
from typing import AsyncIterator
from async_timeout import timeout
from external.marketplace.base.core import BaseMarketplaceApi
from models import Marketplace