Skip to content

Commit

Permalink
Add type-hints to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Oct 12, 2022
1 parent 3928c3d commit 95cc29b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def get_version_and_cmdclass(package_name):
"holoviews>=1.9.1",
"ipywidgets",
"bokeh",
"pandas",
"matplotlib",
"plotly",
],
Expand All @@ -53,6 +52,7 @@ def get_version_and_cmdclass(package_name):
"pytest-randomly",
"pytest-timeout",
"pre_commit",
"pandas",
"typeguard",
],
"other": [
Expand Down

0 comments on commit 95cc29b

Please sign in to comment.