This commit is contained in:
2019-09-17 01:46:28 -04:00
parent 84c99e9573
commit adaf8d4dac
4 changed files with 74 additions and 19 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.2.1"
# What packages are required for this module to be executed?
REQUIRED = ["click", "delegator.py", "pygments"]
REQUIRED = ["click", "delegator.py", "pygments", "networkx"]
# What packages are optional?
EXTRAS = {