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',
|
||||
'pyinotify',
|
||||
'pytz',
|
||||
'requests',
|
||||
'wsgiref'
|
||||
],
|
||||
zip_safe=False,
|
||||
|
|
Loading…
Reference in New Issue