Use Pyrsistent < 0.17.0

This commit is contained in:
Sajith Sasidharan 2020-09-08 17:23:08 -04:00
parent 810c7eefd8
commit e893254855

View File

@ -119,7 +119,7 @@ install_requires = [
# Pyrsistent 0.17.0 (which we use by way of Eliot) has dropped
# Python 2 entirely; stick to the version known to work for us.
# XXX: drop this bound: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3404
"pyrsistent <= 0.16.0",
"pyrsistent < 0.17.0",
# A great way to define types of values.
# XXX: drop the upper bound: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3390