We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136377c commit 8dca0eeCopy full SHA for 8dca0ee
setup.py
@@ -13,6 +13,7 @@
13
url="https://github.com/pytest-dev/pytest-twisted",
14
py_modules=["pytest_twisted"],
15
install_requires=["greenlet", "pytest>=2.3", "decorator"],
16
+ extras_require={"dev": ["pre-commit", "black"]},
17
classifiers=[
18
"Development Status :: 5 - Production/Stable",
19
"Intended Audience :: Developers",
0 commit comments