Stop getting warnings about missing toml library

```
.nox/lint-salt/lib/python3.7/site-packages/isort/settings.py:295: UserWarning: Found pyproject.toml with [tool.isort] section, but toml package is not installed. To configure isort with pyproject.toml, install with 'isort[pyproject]'.
10:19:57    file_path))
```
This commit is contained in:
Pedro Algarvio 2020-04-24 10:27:48 +01:00 committed by Daniel Wozniak
parent 9dbff3c9a1
commit cfc3bba516
6 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,4 @@
# Lint requirements
pylint==2.4.4
SaltPyLint>=v2019.11.14
toml

View file

@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
pylint==2.4.4
saltpylint==2019.11.14
six==1.12.0 # via astroid
toml==0.10.0
typed-ast==1.4.1 # via astroid
wrapt==1.11.1 # via astroid

View file

@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
pylint==2.4.4
saltpylint==2019.11.14
six==1.12.0 # via astroid
toml==0.10.0
typed-ast==1.4.1 # via astroid
wrapt==1.11.1 # via astroid

View file

@ -13,5 +13,6 @@ pycodestyle==2.5.0 # via saltpylint
pylint==2.4.4
saltpylint==2019.11.14
six==1.12.0 # via astroid
toml==0.10.0
typed-ast==1.4.1 # via astroid
wrapt==1.11.1 # via astroid

View file

@ -13,4 +13,5 @@ pycodestyle==2.5.0 # via saltpylint
pylint==2.4.4
saltpylint==2019.11.14
six==1.12.0 # via astroid
toml==0.10.0
wrapt==1.11.1 # via astroid

View file

@ -13,4 +13,5 @@ pycodestyle==2.5.0 # via saltpylint
pylint==2.4.4
saltpylint==2019.11.14
six==1.12.0 # via astroid
toml==0.10.0
wrapt==1.11.1 # via astroid