From 57f72fdce9876276e3cfedc708bf5702beea99b0 Mon Sep 17 00:00:00 2001 From: Sam Foreman Date: Fri, 19 Apr 2024 13:39:09 -0500 Subject: [PATCH] Add `seaborn` to `setup.py` --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 56be572..83d65ca 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ package_data={'aquarel': ['themes/*.json']}, include_package_data=True, python_requires='>3.7', - install_requires=['matplotlib>=3.4.0', 'cycler'], + install_requires=['matplotlib>=3.4.0', 'cycler', 'seaborn'], keywords=["theme", "plotting", "visualization", "styling", "matplotlib"], classifiers=[ # https://pypi.org/classifiers 'Development Status :: 4 - Beta', @@ -32,4 +32,4 @@ 'Programming Language :: Python :: 3', ], download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.6.tar.gz", -) \ No newline at end of file +)