add autobahn dep, upgrade twisted
This commit is contained in:
parent
30688f638c
commit
b2ec2981d6
3
setup.py
3
setup.py
|
@ -18,7 +18,8 @@ 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 >= 17.5.0",
|
"twisted >= 21.2.1",
|
||||||
|
"autobahn >= 21.3.1",
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
':sys_platform=="win32"': ["pypiwin32"],
|
':sys_platform=="win32"': ["pypiwin32"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user