setup.py: depend on 'treq' for [test]

This commit is contained in:
Brian Warner 2017-02-21 13:15:23 -08:00
parent 74e7ef4b98
commit dc6398d265

View File

@ -285,6 +285,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
"pytest",
"pytest-twisted",
"hypothesis >= 3.6.1",
"treq",
],
"tor": [
"foolscap[tor] >= 0.12.5",