add toml to dependency list
This commit is contained in:
parent
ce7a29823e
commit
dc8d43dfef
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ install_requires = [
|
|||
"appdirs>=1.4.3",
|
||||
"requests>=2.22.0",
|
||||
"findimports>=2.1.0",
|
||||
"toml>=0.10.2",
|
||||
# importlib_metadata is only available for 3.7, and is not needed for 3.8 and up.
|
||||
"importlib_metadata; python_version == '3.7'",
|
||||
"update_checker",
|
||||
|
|
|
|||
Loading…
Reference in a new issue