unconstrained autobahn version so we can support other pythons

This commit is contained in:
meejah 2021-04-15 11:36:00 -06:00
parent 141709bf62
commit 360c7999a8

View File

@ -19,7 +19,7 @@ setup(name="magic-wormhole-transit-relay",
package_data={"wormhole_transit_relay": ["db-schemas/*.sql"]},
install_requires=[
"twisted >= 21.2.0",
"autobahn >= 21.3.1",
"autobahn",
],
extras_require={
':sys_platform=="win32"': ["pypiwin32"],