Fix bad merge fo python_dependencies.py

This commit is contained in:
Erik Johnston 2015-01-30 11:14:33 +00:00
parent 2ebf795c0a
commit 2c9e136d57

View File

@ -6,7 +6,6 @@ logger = logging.getLogger(__name__)
REQUIREMENTS = {
"syutil==0.0.2": ["syutil"],
"matrix_angular_sdk==0.6.0": ["syweb>=0.6.0"],
"matrix_angular_sdk>=0.6.0": ["syweb>=0.6.0"],
"Twisted>=14.0.0": ["twisted>=14.0.0"],
"service_identity>=1.0.0": ["service_identity>=1.0.0"],
"pyopenssl>=0.14": ["OpenSSL>=0.14"],