setup.py
branchpython3
changeset 72 26db2c025614
parent 64 2ed54e885571
child 77 df9f497129e8
--- a/setup.py	Sun Feb 07 23:29:44 2016 +0100
+++ b/setup.py	Sun Feb 07 23:38:20 2016 +0100
@@ -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',