Try to fix the requirements for pylint
1 files changed, 5 insertions(+), 1 deletions(-) M requirements-dev.txt
M requirements-dev.txt => requirements-dev.txt +5 -1
@@ 1,6 1,10 @@ -pytest==3.9.3 +astroid==2.0.4 flake8==3.7.7 +isort==4.3.4 mccabe==0.6.1 pycodestyle==2.5.0 pyflakes==2.1.0 pylint==2.1.1 +pytest==3.9.3 +six==1.12.0 +wrapt==1.11.1