summary refs log tree commit diff
path: root/src/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.py b/src/setup.py
index 347e5cf..d778f06 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -25,7 +25,7 @@ setup(
         "Programming Language :: Python :: 3.5",
         "Topic :: Home Automation"
     ],
-    install_requires=["requests"],
+    install_requires=["more-itertools", "requests"],
     data_files = [
         ("/usr/share/pollyanna",
          ["data/icon.png", "data/icon_small.png",