Skip to content

Commit

Permalink
Merge pull request #138 from adafruit/dhalbert-add-update-checker
Browse files Browse the repository at this point in the history
add update_checker to install_requires
  • Loading branch information
dhalbert committed Dec 24, 2021
2 parents 86255dd + 0c92262 commit 14f7caf
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 14f7caf

Please sign in to comment.