From 157bf6151fefbef5e9eb2ff90019e5582d0af8f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20R=C3=B6thlisberger?= Date: Mon, 7 Sep 2020 17:33:30 +0100 Subject: [PATCH] requirements.txt: Set pylint/astroid/isort versions to match Ubuntu 18.04 To fix "AttributeError: module 'isort' has no attribute 'SortImports'". --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3991995..ee33381 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,8 +5,9 @@ requests # Dependencies of the tests requests-mock -pylint==1.9.3 -astroid==1.6.5 +pylint==1.8.3 +astroid==1.6.0 flask==1.1.1 +isort==4.3.4 subprocess32==3.5.4 ; python_version=='2.7' werkzeug==0.15.5