From e26167b82ea6b6c8ec049321a7426bfe076709ac Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 30 Aug 2022 00:27:10 +0200 Subject: Extracted plots related stuff to own submodule --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d488731..0a92236 100755 --- a/setup.py +++ b/setup.py @@ -5,4 +5,5 @@ from setuptools import setup setup( name="szilagyi", packages=["szilagyi"], + extra_requires={"plots": ["matplotlib"]}, ) -- cgit v1.1