From b863f93602b26b352bb8dd9a4c280944098f069a Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 12 Aug 2020 11:59:29 +0200 Subject: switch to yapf --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 4258244..dfbef87 100644 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ with open("README.md", "r") as fh: zip_safe=False, entry_points={"console_scripts": ["fuzzycat=fuzzycat.main:main",],}, install_requires=[], - extras_require={"dev": ["black", "twine", "isort", "pytest"],}, + extras_require={"dev": ["yapf", "twine", "isort", "pytest"],}, ) -- cgit v1.2.3