
[dev]
pytest
pytest-asyncio
rstcheck
black
coverage
flake8
mypy
types-setuptools
build

[dev-duckdb]

[dev-duckdb:python_version < "3.12"]
duckdb

[dev-mariadb]
mariadb

[dev-mysql]
pytest-mysql
mysqlclient
mysql-connector-python
pymysql

[dev-postgres]
pytest-postgresql
asyncpg
psycopg>=3
psycopg2
psycopg2-binary
pygresql
pg8000

[dev-sqlite]
aiosqlite
apsw

[dist]
build
wheel
twine
sphinx<5,>=4
sphinx-rtd-theme>=0.5.2
