Require future package python3
authorJohnny Wezel<j@wezel.name>
Sun, 07 Feb 2016 23:38:20 +0100
branchpython3
changeset 72 26db2c025614
parent 71 b181f795cc0d
child 73 644d81a7995b
Require future package
setup.py
--- 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',