This commit is contained in:
2019-09-16 14:10:44 -04:00
parent 12a31b2d11
commit 84c99e9573
+2 -2
View File
@@ -18,10 +18,10 @@ URL = "https://github.com/kennethreitz/bake"
EMAIL = "me@kennethreitz.org"
AUTHOR = "Kenneth Reitz"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.2.0"
VERSION = "0.2.1"
# What packages are required for this module to be executed?
REQUIRED = ["click", "delegator.py", "pygments", "appdirs"]
REQUIRED = ["click", "delegator.py", "pygments"]
# What packages are optional?
EXTRAS = {