rely on futures

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-02 20:18:40 -04:00
parent 9d594bde8a
commit 82309fc2e5
+2 -1
View File
@@ -17,10 +17,11 @@ DESCRIPTION = 'It does what it says it does.'
URL = 'https://github.com/kennethreitz/background'
EMAIL = 'me@kennethreitz.org'
AUTHOR = 'Kenneth Reitz'
VERSION = '0.1.0'
VERSION = '0.1.1'
# What packages are required for this module to be executed?
REQUIRED = [
'futures'
# 'requests', 'maya', 'records',
]