We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12da78e + b93da79 commit 9cec842Copy full SHA for 9cec842
1 file changed
websockets-server/server/setup.py
@@ -21,7 +21,7 @@
21
author_email = "[email protected]",
22
packages = find_packages(),
23
license = "Apache 2.0",
24
- install_requires = ['autobahn', 'twisted', 'pyasn1', 'SQLAlchemy', 'python-daemon', 'service_identity'],
+ install_requires = ['autobahn==0.10.7', 'twisted==15.4.0', 'pyasn1', 'SQLAlchemy', 'python-daemon', 'service_identity'],
25
entry_points = {
26
"console_scripts": [
27
'websockets-server = example.hub:main',
0 commit comments