mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 22:32:23 +00:00
Use Pyrsistent < 0.17.0
This commit is contained in:
parent
810c7eefd8
commit
e893254855
2
setup.py
2
setup.py
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user