We can demand >= 0.4 now

This commit is contained in:
Jean-Paul Calderone 2023-01-23 08:50:04 -05:00
parent 96d783534a
commit 55139bb3f9

View File

@ -139,11 +139,10 @@ install_requires = [
"werkzeug != 2.2.0",
"treq",
"cbor2",
# Ideally we want 0.4+ to be able to pass in mmap(), but it's not strictly
# necessary yet until we fix the workaround to
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3963 in
# allmydata.storage.http_server.
"pycddl",
# 0.4 adds the ability to pass in mmap() values which greatly reduces the
# amount of copying involved.
"pycddl >= 0.4",
# for pid-file support
"psutil",