Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-03-15 06:35:33 -04:00
parent 14e21ccc12
commit f8b5e75868
+2 -2
View File
@@ -16,9 +16,9 @@ URL = 'https://github.com/kennethreitz/red'
EMAIL = 'me@kennethreitz.org'
AUTHOR = 'Kenneth Reitz'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.0.2'
VERSION = '0.0.3'
# What packages are required for this module to be executed?
REQUIRED = ['black>=18.3a0']
REQUIRED = ['black>=18.3a0', 'delegator.py']
# The rest you shouldn't have to touch too much :)
# ------------------------------------------------
# Except, perhaps the License and Trove Classifiers!