Enforce Autobahn version 0.5.2 - Authentication API compatibility is broken at v0.5.4
authorLuc Yriarte <luc.yriarte@linux.intel.com>
Fri, 21 Sep 2012 13:01:50 +0000 (15:01 +0200)
committerLuc Yriarte <luc.yriarte@linux.intel.com>
Fri, 21 Sep 2012 13:01:50 +0000 (15:01 +0200)
setup.py

index 2ca8f4c..53be615 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(name = "cloudeebus",
        packages = ["cloudeebus"],
        data_files = [("cloudeebus" ,["AUTHORS", "README.md", "LICENSE"])],
        platforms = ("Any"),
-       install_requires = ["setuptools", "autobahn>=0.5.2"],
+       install_requires = ["setuptools", "autobahn==0.5.2"],
        classifiers = ["License :: OSI Approved :: Apache Software License",
                  "Development Status :: 3 - Alpha",
                  "Environment :: Console",