Don't use latest eliot for now

This commit is contained in:
Itamar Turner-Trauring 2023-11-17 11:29:18 -05:00
parent 57534facc5
commit d28444c2ba

View File

@ -112,7 +112,7 @@ install_requires = [
"magic-wormhole >= 0.10.2", "magic-wormhole >= 0.10.2",
# We want a new enough version to support custom JSON encoders. # We want a new enough version to support custom JSON encoders.
"eliot >= 1.13.0", "eliot < 1.15.0", # temporary cap, to be fixed in PR #1344
"pyrsistent", "pyrsistent",