extra dep

This commit is contained in:
2019-09-17 17:02:16 -04:00
parent 0d2dbd6fab
commit 71747b54b1
+1 -1
View File
@@ -21,7 +21,7 @@ REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.6.0"
# What packages are required for this module to be executed?
REQUIRED = ["click", "delegator.py", "pygments", "networkx", "orderedset"]
REQUIRED = ["click", "delegator.py", "pygments", "networkx"]
# What packages are optional?
EXTRAS = {