pycddl 0.2 is broken, 0.3 is missing mmap() support.

This commit is contained in:
Itamar Turner-Trauring 2022-12-20 14:07:12 -05:00
parent 1d3464a430
commit a71e873c21

View File

@ -137,7 +137,8 @@ install_requires = [
"werkzeug != 2.2.0",
"treq",
"cbor2",
"pycddl >= 0.2",
# Need 0.4 to be able to pass in mmap()
"pycddl >= 0.4",
# for pid-file support
"psutil",