Skip to content

Commit 8dca0ee

Browse files
committed
Add pre-commit and black into dev-deps
1 parent 136377c commit 8dca0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
url="https://github.com/pytest-dev/pytest-twisted",
1414
py_modules=["pytest_twisted"],
1515
install_requires=["greenlet", "pytest>=2.3", "decorator"],
16+
extras_require={"dev": ["pre-commit", "black"]},
1617
classifiers=[
1718
"Development Status :: 5 - Production/Stable",
1819
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)