Skip to content

Commit

Permalink
Merge pull request #192 from FoamyGuy/toml_req
Browse files Browse the repository at this point in the history
add toml to dependency list
  • Loading branch information
FoamyGuy committed Nov 13, 2023
2 parents ce7a298 + dc8d43d commit 5f1e6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"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",
Expand Down

0 comments on commit 5f1e6ab

Please sign in to comment.