# Pinned, not floating. The bundle build resolves these with pip, and an open
# ">=" quietly pulled customtkinter 6.0.0 into a release that had only ever been
# run against 5.2.2. A client is not the place to find out a major version differs.
customtkinter==5.2.2
darkdetect==0.8.0
# imported by customtkinter at load time; without it the bundle dies on
# "No module named 'packaging'"
packaging>=23.0
