sqlor/setup.cfg
2025-10-14 18:08:01 +08:00

22 lines
351 B
INI

[metadata]
name=sqlor
version = 1.1.0
description = a wrap for DBAPI, to make python run sql easy and safe
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