try new-enoug to avoid a type error

This commit is contained in:
meejah 2023-07-13 17:53:27 -06:00
parent 96c465352a
commit 0b9506dfad

View File

@ -151,7 +151,7 @@ install_requires = [
"pycddl >= 0.4",
# Command-line parsing
"click >= 7.0",
"click >= 8.1.1",
# for pid-file support
"psutil",