mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
Add upper bound for attrs
library
This commit is contained in:
parent
9089a1226a
commit
a9fa70c3d5
0
newsfragments/3389.minor
Normal file
0
newsfragments/3389.minor
Normal file
3
setup.py
3
setup.py
@ -117,7 +117,8 @@ install_requires = [
|
||||
"eliot ~= 1.7",
|
||||
|
||||
# A great way to define types of values.
|
||||
"attrs >= 18.2.0",
|
||||
# XXX: drop the upper bound: https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3390
|
||||
"attrs >= 18.2.0, < 20",
|
||||
|
||||
# WebSocket library for twisted and asyncio
|
||||
"autobahn >= 19.5.2",
|
||||
|
Loading…
Reference in New Issue
Block a user