pin isort to 4.3.21

isort 4.3.21 is the last isort release that supports python2

Change-Id: I029d0ade2ed4fa660a061f5c707ecbf3ebfd443d
This commit is contained in:
asarfaty 2020-10-06 14:29:24 +02:00
parent 1bf530cb5f
commit bcaba3a830
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@ flake8-import-order==0.12
flake8==2.6.2
hacking==1.1.0
httplib2==0.9.1
isort==4.3.21
kombu==4.0.0
mock==2.0.0
netaddr==0.7.18

View File

@ -14,3 +14,4 @@ oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testtools>=2.2.0 # MIT
pylint==1.7.6 # GPLv2
isort==4.3.21 # MIT