
[dev]
coverage[toml]>=5.0.2
furo
hypothesis
mypy!=0.940,>=0.900
pre-commit
pympler
pytest-mypy-plugins
pytest>=4.3.0
sphinx
sphinx-notfound-page
zope.interface

[dev:platform_python_implementation == "CPython"]
cloudpickle

[docs]
furo
sphinx
sphinx-notfound-page
zope.interface

[tests]
coverage[toml]>=5.0.2
hypothesis
mypy!=0.940,>=0.900
pympler
pytest-mypy-plugins
pytest>=4.3.0
zope.interface

[tests:platform_python_implementation == "CPython"]
cloudpickle

[tests_no_zope]
coverage[toml]>=5.0.2
hypothesis
mypy!=0.940,>=0.900
pympler
pytest-mypy-plugins
pytest>=4.3.0

[tests_no_zope:platform_python_implementation == "CPython"]
cloudpickle
