Added missing requests dependency to pypo's requirements

This commit is contained in:
Albert Santoni 2015-05-22 18:43:05 -04:00
parent 027adc7749
commit b81069ace3
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ setup(name='airtime-playout',
'PyDispatcher', 'PyDispatcher',
'pyinotify', 'pyinotify',
'pytz', 'pytz',
'requests',
'wsgiref' 'wsgiref'
], ],
zip_safe=False, zip_safe=False,