sqlor/setup.cfg
2025-10-22 15:43:02 +08:00

23 lines
400 B
INI

[metadata]
name=sqlor
version = 2.0.1
description = a new version of sqlor, each db's sor need to plugin to sqlor, and dbdriver now a isolated module
authors = yu moqing
author_email = yumoqing@gmail.com
readme = README.md
license = {text = MIT}
[options]
packages = find:
requires_python = >=3.8
install_requires =
aiomysql
aiopg
duckdb
clickhouse-driver
PyMySQL
aiosqlite
asyncio
jinja2