Implement SQLAlchemy integration and create database schemas for local and remote modes; refactor KomCache class methods
This commit is contained in:
@@ -9,6 +9,8 @@ authors = [
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"komconfig",
|
||||
"pymysql>=1.1.1",
|
||||
"sqlalchemy[asyncio]>=2.0.41",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user