aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c5601f9..ed43586 100755
--- a/setup.py
+++ b/setup.py
@@ -9,6 +9,9 @@ setup(
author='Martin Vilcans',
author_email='screenplain@librador.com',
url='http://www.screenplain.com/',
+ install_requires=[
+ 'six',
+ ],
extras_require={
'PDF': 'reportlab'
},