tests: pin transit-relay to 0.1.1, that's the new version

This commit is contained in:
Brian Warner 2018-02-19 17:24:27 -08:00
parent be41563ef4
commit e4e8216d2c

View File

@ -41,7 +41,7 @@ setup(name="magic-wormhole",
extras_require={
':sys_platform=="win32"': ["pypiwin32"],
"dev": ["mock", "tox", "pyflakes",
"magic-wormhole-transit-relay==0.1.0"],
"magic-wormhole-transit-relay==0.1.1"],
},
test_suite="wormhole.test",
cmdclass=commands,