Skip to content

Commit

Permalink
Remove the useless 'null' entry from extras_require (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickinson committed Jul 21, 2021
1 parent 03c4042 commit 965a34e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def get_long_description():
keywords="background concurrency futures gui traits traitsui",
install_requires=install_requires,
extras_require={
"null": [],
"pyqt5": ["pyqt5"],
"pyside2": ["pyside2"],
"docs": ["enthought-sphinx-theme", "sphinx>=3.5"],
Expand Down

0 comments on commit 965a34e

Please sign in to comment.