setup.py
changeset 75 81859268375c
parent 72 26db2c025614
child 77 df9f497129e8
--- a/setup.py	Wed Mar 02 09:45:05 2016 +0000
+++ b/setup.py	Wed Mar 02 10:19:53 2016 +0000
@@ -8,6 +8,9 @@
     version=version,
     description="Whois querying and parsing of domain registration information.",
     long_description='',
+    install_requires=[
+        'future',
+    ],
     classifiers=[
         'Environment :: Web Environment',
         'Intended Audience :: Developers',