sqlor/setup.cfg
2025-10-17 18:15:20 +08:00

22 lines
394 B
INI

[metadata]
name=sqlor
version = 2.0.0
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
duckdb
clickhouse-connect
PyMySQL
aiosqlite
asyncio
jinja2