Removing dependency for tornado, use whatever Mopidy provides, fixes #443

This commit is contained in:
James Barnsley
2019-10-13 10:29:19 +13:00
parent e45d047bd6
commit 0c55665fd6
2 changed files with 3 additions and 3 deletions

View File

@ -24,8 +24,7 @@ setup(
'Mopidy >= 2.0',
'Mopidy-Local-Images >= 1.0',
'ConfigObj >= 5.0.6',
'requests >= 2.0.0',
'tornado >= 3.2, < 5.0'
'requests >= 2.0.0'
],
classifiers=[
'Environment :: No Input/Output (Daemon)',