mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
Merge pull request #1027 from tahoe-lafs/3662.pin-decorator
Pin decorator. Fixes ticket:3662
This commit is contained in:
commit
b6528249fb
0
newsfragments/3662.minor
Normal file
0
newsfragments/3662.minor
Normal file
4
setup.py
4
setup.py
@ -389,6 +389,10 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"tox",
|
||||
"pytest",
|
||||
"pytest-twisted",
|
||||
# XXX: decorator isn't a direct dependency, but pytest-twisted
|
||||
# depends on decorator, and decorator 5.x isn't compatible with
|
||||
# Python 2.7.
|
||||
"decorator < 5",
|
||||
"hypothesis >= 3.6.1",
|
||||
"treq",
|
||||
"towncrier",
|
||||
|
Loading…
Reference in New Issue
Block a user