summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f6d4a7f..85fd05c 100644
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,9 @@ setup(name = 'blockext',
description = 'Module for writing Scratch 2.0 and Snap! extensions',
license = 'MIT',
packages = ['blockext'],
+ install_requires = [
+ 'future >= 0.12',
+ ],
classifiers = [
"Programming Language :: Python",
],