jpayne@68: jpayne@68: [certs] jpayne@68: jpayne@68: [check] jpayne@68: pytest-checkdocs>=2.4 jpayne@68: jpayne@68: [check:sys_platform != "cygwin"] jpayne@68: pytest-ruff>=0.2.1 jpayne@68: ruff>=0.5.2 jpayne@68: jpayne@68: [core] jpayne@68: packaging>=24 jpayne@68: more_itertools>=8.8 jpayne@68: jaraco.text>=3.7 jpayne@68: wheel>=0.43.0 jpayne@68: platformdirs>=4.2.2 jpayne@68: jaraco.collections jpayne@68: jaraco.functools jpayne@68: packaging jpayne@68: more_itertools jpayne@68: jpayne@68: [core:python_version < "3.10"] jpayne@68: importlib_metadata>=6 jpayne@68: jpayne@68: [core:python_version < "3.11"] jpayne@68: tomli>=2.0.1 jpayne@68: jpayne@68: [core:python_version < "3.9"] jpayne@68: importlib_resources>=5.10.2 jpayne@68: jpayne@68: [cover] jpayne@68: pytest-cov jpayne@68: jpayne@68: [doc] jpayne@68: sphinx>=3.5 jpayne@68: jaraco.packaging>=9.3 jpayne@68: rst.linker>=1.9 jpayne@68: furo jpayne@68: sphinx-lint jpayne@68: jaraco.tidelift>=1.4 jpayne@68: pygments-github-lexers==0.0.5 jpayne@68: sphinx-favicon jpayne@68: sphinx-inline-tabs jpayne@68: sphinx-reredirects jpayne@68: sphinxcontrib-towncrier jpayne@68: sphinx-notfound-page<2,>=1 jpayne@68: pyproject-hooks!=1.1 jpayne@68: towncrier<24.7 jpayne@68: jpayne@68: [enabler] jpayne@68: pytest-enabler>=2.2 jpayne@68: jpayne@68: [ssl] jpayne@68: jpayne@68: [test] jpayne@68: pytest!=8.1.*,>=6 jpayne@68: virtualenv>=13.0.0 jpayne@68: wheel>=0.44.0 jpayne@68: pip>=19.1 jpayne@68: packaging>=23.2 jpayne@68: jaraco.envs>=2.2 jpayne@68: pytest-xdist>=3 jpayne@68: jaraco.path>=3.2.0 jpayne@68: build[virtualenv]>=1.0.3 jpayne@68: filelock>=3.4.0 jpayne@68: ini2toml[lite]>=0.14 jpayne@68: tomli-w>=1.0.0 jpayne@68: pytest-timeout jpayne@68: pytest-home>=0.5 jpayne@68: pytest-subprocess jpayne@68: pyproject-hooks!=1.1 jpayne@68: jaraco.test>=5.5 jpayne@68: jpayne@68: [test:python_version >= "3.9" and sys_platform != "cygwin"] jpayne@68: jaraco.develop>=7.21 jpayne@68: jpayne@68: [test:sys_platform != "cygwin"] jpayne@68: pytest-perf jpayne@68: jpayne@68: [type] jpayne@68: pytest-mypy jpayne@68: mypy==1.12.* jpayne@68: jpayne@68: [type:python_version < "3.10"] jpayne@68: importlib_metadata>=7.0.2 jpayne@68: jpayne@68: [type:sys_platform != "cygwin"] jpayne@68: jaraco.develop>=7.21