From b81069ace347c6e50e8bf557c176061c982d7f41 Mon Sep 17 00:00:00 2001
From: Albert Santoni <albert.santoni@sourcefabric.org>
Date: Fri, 22 May 2015 18:43:05 -0400
Subject: [PATCH] Added missing requests dependency to pypo's requirements

---
 python_apps/pypo/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python_apps/pypo/setup.py b/python_apps/pypo/setup.py
index a569e35e2..76011e72d 100644
--- a/python_apps/pypo/setup.py
+++ b/python_apps/pypo/setup.py
@@ -57,6 +57,7 @@ setup(name='airtime-playout',
           'PyDispatcher',
           'pyinotify',
           'pytz',
+          'requests',
           'wsgiref'
       ],
       zip_safe=False,