Conservatively set the minimum version to the first one that actually works, 0.5.8
authorLuc Yriarte <luc.yriarte@intel.com>
Thu, 25 Apr 2013 15:37:36 +0000 (17:37 +0200)
committerLuc Yriarte <luc.yriarte@intel.com>
Thu, 25 Apr 2013 15:37:36 +0000 (17:37 +0200)
setup.py

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