Update for milc 1.9.0 changes (#184)

This commit is contained in:
Joel Challis
2024-10-27 04:59:42 +00:00
committed by GitHub
parent 87c356773f
commit 8f85a8856f
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -15,12 +15,11 @@ import milc
from . import __version__
from .helpers import find_qmk_firmware, is_qmk_firmware
milc.set_metadata(version=__version__)
milc.cli.milc_options(version=__version__)
milc.EMOJI_LOGLEVELS['INFO'] = '{fg_blue}Ψ{style_reset_all}'
# These must happen after the milc.set_metadata() call
import milc.subcommand.config # noqa, must come after milc.set_metadata()
from milc.questions import yesno
# These must happen after the milc.milc_options() call
import milc.subcommand.config # noqa, must come after milc.milc_options()
@milc.cli.entrypoint('CLI wrapper for running QMK commands.')
+1 -1
View File
@@ -37,7 +37,7 @@ classifiers =
[options]
install_requires =
hid
milc>=1.6.8
milc>=1.9.0
pyusb
setuptools>=45
# qmk_firmware packages