Metadata-Version: 2.1
Name: girder-pytest-pyppeteer
Version: 0.0.12
Summary: Pytest plugin for using pyppeteer to test Girder 4 applications
License: Apache-2.0
Author: Kitware, Inc.
Author-email: kitware@kitware.com
Requires-Python: >=3.7,<4.0
Classifier: Framework :: Pytest
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: docs
Provides-Extra: pyppeteer
Requires-Dist: mkdocs (>=1.3.0,<2.0.0); extra == "docs"
Requires-Dist: mkdocs-macros-plugin (>=0.7.0,<0.8.0); extra == "docs"
Requires-Dist: mkdocs-material (>=8.2.8,<9.0.0); extra == "docs"
Requires-Dist: mkdocstrings (>=0.18.1,<0.19.0); extra == "docs"
Requires-Dist: pyppeteer (>=1.0.2,<2.0.0); extra == "pyppeteer"
Requires-Dist: pytest (>=7.0.1,<8.0.0)
Requires-Dist: pytest-asyncio (>=0.18.1,<0.19.0); extra == "pyppeteer"
