mopidy-iris: use latest tornado

This commit is contained in:
Frederik Rietdijk 2020-08-29 14:23:55 +02:00
parent 7ff98bd03d
commit 31643e45ec

View File

@ -14,7 +14,7 @@ python3Packages.buildPythonApplication rec {
] ++ (with python3Packages; [ ] ++ (with python3Packages; [
configobj configobj
requests requests
tornado_4 tornado
]); ]);
# no tests implemented # no tests implemented