Metadata-Version: 2.1
Name: inmanta-dev-dependencies
Version: 1.5.0
Summary: Package collecting all common dev dependencies of inmanta modules and extensions to synchronize dependency versions.
License: Apache-2.0
Author: Inmanta
Author-email: code@inmanta.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: async
Provides-Extra: extension
Provides-Extra: module
Requires-Dist: black (==20.8b1)
Requires-Dist: flake8 (==3.8.4)
Requires-Dist: flake8-black (==0.2.1)
Requires-Dist: flake8-copyright (==0.2.2)
Requires-Dist: flake8-isort (==4.0.0)
Requires-Dist: isort (==5.6.4)
Requires-Dist: lxml (==4.6.2)
Requires-Dist: mypy (==0.790)
Requires-Dist: pytest (==6.2.0)
Requires-Dist: pytest-asyncio (==0.14.0); extra == "async"
Requires-Dist: pytest-inmanta (==1.4.0); extra == "module"
Requires-Dist: pytest-timeout (==1.4.2); extra == "async"
Requires-Dist: tox (==3.20.1); extra == "extension"
Requires-Dist: tox-venv (==0.4.0); extra == "extension"
