
[:python_version < "3.11"]
typing-extensions>=4.1

[:python_version < "3.9"]
backports.zoneinfo>=0.2.0

[:sys_platform == "win32"]
tzdata

[binary]
psycopg-binary==3.1.4

[c]
psycopg-c==3.1.4

[dev]
black>=22.3.0
dnspython>=2.1
flake8>=4.0
mypy>=0.981
types-setuptools>=57.4
wheel>=0.37

[docs]
Sphinx>=5.0
furo==2022.6.21
sphinx-autobuild>=2021.3.14
sphinx-autodoc-typehints>=1.12

[pool]
psycopg-pool

[test]
mypy>=0.981
pproxy>=2.7
pytest>=6.2.5
pytest-asyncio>=0.17
pytest-cov>=3.0
pytest-randomly>=3.10
