Skip to content

Commit

Permalink
Add seaborn to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
saforem2 committed Apr 19, 2024
1 parent 1d832b8 commit 57f72fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -32,4 +32,4 @@
'Programming Language :: Python :: 3',
],
download_url="https://github.com/lgienapp/aquarel/archive/refs/tags/v0.0.6.tar.gz",
)
)

0 comments on commit 57f72fd

Please sign in to comment.