diff options
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,8 +37,8 @@ with open('README.md') as f: required_modules = ["pylxd (>=2.2.2)", "pyparsing", "networkx (==1.11)", - "autobahn", - "pyOpenSSL"] + "autobahn"] +# "pyOpenSSL"] data_files = list() |