unconstrained autobahn version so we can support other pythons
This commit is contained in:
parent
141709bf62
commit
360c7999a8
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ setup(name="magic-wormhole-transit-relay",
|
||||||
package_data={"wormhole_transit_relay": ["db-schemas/*.sql"]},
|
package_data={"wormhole_transit_relay": ["db-schemas/*.sql"]},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"twisted >= 21.2.0",
|
"twisted >= 21.2.0",
|
||||||
"autobahn >= 21.3.1",
|
"autobahn",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
':sys_platform=="win32"': ["pypiwin32"],
|
':sys_platform=="win32"': ["pypiwin32"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user