mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 16:36:20 +00:00
Merge pull request #788 from sajith/3389.attrs-upper-bound
Add upper bound for `attrs` library Fixes: ticket:3389
This commit is contained in:
commit
b79e9c4d61
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…
x
Reference in New Issue
Block a user