Fix error. EXTRAS_REQUIRE is dictionary not a list.
This commit is contained in:
parent
0e63392ee3
commit
b84ff9b3b0
|
@ -22,7 +22,7 @@ try:
|
|||
from setup import EXTRAS_REQUIRE
|
||||
except ImportError:
|
||||
HAVE_SETUPTOOLS = False
|
||||
EXTRAS_REQUIRE = []
|
||||
EXTRAS_REQUIRE = {}
|
||||
|
||||
from importlib import import_module
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user