Added missing requests dependency to pypo's requirements
This commit is contained in:
parent
027adc7749
commit
b81069ace3
|
@ -57,6 +57,7 @@ setup(name='airtime-playout',
|
||||||
'PyDispatcher',
|
'PyDispatcher',
|
||||||
'pyinotify',
|
'pyinotify',
|
||||||
'pytz',
|
'pytz',
|
||||||
|
'requests',
|
||||||
'wsgiref'
|
'wsgiref'
|
||||||
],
|
],
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
Loading…
Reference in New Issue