sqlor/setup.cfg
2025-06-27 13:52:14 +08:00

20 lines
323 B
INI

[metadata]
name=sqlor
version = 1.0.2
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
PyMySQL
aiosqlite
asyncio
jinja2