Skip to content

Commit

Permalink
add update_checker to install_requires
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 24, 2021
1 parent 86255dd commit 0c92262
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 @@ -30,6 +30,7 @@
"findimports>=2.1.0",
# 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",
]

extras_require = {
Expand Down

0 comments on commit 0c92262

Please sign in to comment.