diff --git a/global-requirements.txt b/global-requirements.txt index 511cf0dcb5..eb7c9e64b1 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -3,7 +3,7 @@ amqp>=1.4.0,<2.0 # LGPL anyjson>=0.3.3 # BSD appdirs>=1.3.0 # MIT License apscheduler # MIT License -astroid<1.4.0 # LGPL # breaks pylint 1.4.4 +astroid<1.4.0 # LGPLv2.1 # breaks pylint 1.4.4 autobahn>=0.10.1 # MIT License automaton>=0.5.0 # Apache-2.0 beautifulsoup4 # MIT @@ -366,4 +366,4 @@ mccabe==0.2.1 # MIT License pep257==0.7.0 # MIT License pep8==1.5.7 # MIT pyflakes==0.8.1 # MIT -pylint==1.4.5 # GNU GPL v2 +pylint==1.4.5 # GPLv2