Remove packages version for python2.x

Change-Id: Ic4059fceb31fa3c98a7a3f293d555ae214c146d2
This commit is contained in:
Caihui 2020-06-24 00:02:37 -07:00
parent 85111f528b
commit a4e758eb34
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,5 @@ python-openstackclient>=3.12.0 # Apache-2.0
# Used in doc8 check
doc8>=0.6.0 # Apache-2.0
Pygments>=2.2.0 # BSD license
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.3.1;python_version>="3.0" # GPLv2