Skip to content

Commit 9cec842

Browse files
Merge branch 'fix-build' into 'master'
CI: Fix build - Specify verions of packages See merge request !4
2 parents 12da78e + b93da79 commit 9cec842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

websockets-server/server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
author_email = "[email protected]",
2222
packages = find_packages(),
2323
license = "Apache 2.0",
24-
install_requires = ['autobahn', 'twisted', 'pyasn1', 'SQLAlchemy', 'python-daemon', 'service_identity'],
24+
install_requires = ['autobahn==0.10.7', 'twisted==15.4.0', 'pyasn1', 'SQLAlchemy', 'python-daemon', 'service_identity'],
2525
entry_points = {
2626
"console_scripts": [
2727
'websockets-server = example.hub:main',

0 commit comments

Comments
 (0)