Adds Autobahn to global requirements
Autobahn library is required for the implementation of a websockets driver for Zaqar (https://review.openstack.org/#/c/140155/) Autobahn is a widely used websocket library, actively maintained, Py3 compatible and MIT licensed. Change-Id: I90dac4d79b2314e3868f667360e063d480f46da9
This commit is contained in:
parent
9e8f3b494d
commit
1665a11a56
@ -3,6 +3,7 @@ alembic>=0.7.2
|
|||||||
anyjson>=0.3.3
|
anyjson>=0.3.3
|
||||||
argparse
|
argparse
|
||||||
argcomplete>=0.6.8 # Apache-2.0
|
argcomplete>=0.6.8 # Apache-2.0
|
||||||
|
autobahn>=0.10.1 # MIT License
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
boto>=2.32.1
|
boto>=2.32.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user