diff --git a/lower-constraints.txt b/lower-constraints.txt index 693ffa03868..6f9b6f4960d 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -36,6 +36,7 @@ hacking==1.1.0 httplib2==0.9.1 imagesize==0.7.1 iso8601==0.1.11 +isort==4.3.21 Jinja2==2.10 jmespath==0.9.0 jsonpatch==1.16 diff --git a/test-requirements.txt b/test-requirements.txt index 6ed1b867883..21312fe3187 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -21,6 +21,7 @@ astroid==1.6.5;python_version<"3.0" # LGPLv2.1 astroid==2.1.0;python_version>="3.0" # LGPLv2.1 pylint==1.9.2;python_version<"3.0" # GPLv2 pylint==2.2.0;python_version>="3.0" # GPLv2 +isort==4.3.21 # MIT # Needed to run DB commands in virtualenvs PyMySQL>=0.7.6 # MIT License bashate>=0.5.1 # Apache-2.0