From ecb1c789d25b8665255f3ed932f30530f1219346 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Wed, 12 Aug 2020 12:04:45 +0200 Subject: setup: require fatcat-openapi-client --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dfbef87..87b80bb 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,8 @@ with open("README.md", "r") as fh: python_requires=">=3.6", zip_safe=False, entry_points={"console_scripts": ["fuzzycat=fuzzycat.main:main",],}, - install_requires=[], + install_requires=[ + "fatcat-openapi-client", + ], extras_require={"dev": ["yapf", "twine", "isort", "pytest"],}, ) -- cgit v1.2.3