This commit is contained in:
2019-09-16 14:10:24 -04:00
parent 68ff0a178b
commit 12a31b2d11
3 changed files with 68 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.2.0"
# What packages are required for this module to be executed?
REQUIRED = ["click", "delegator.py", "pygments"]
REQUIRED = ["click", "delegator.py", "pygments", "appdirs"]
# What packages are optional?
EXTRAS = {