Skip to content
Snippets Groups Projects
Commit 83c31735 authored by Erik Johnston's avatar Erik Johnston
Browse files

Use >= for version of webclient

parent 3b33529d
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ setup(
description="Reference Synapse Home Server",
install_requires=[
"syutil==0.0.2",
"matrix_angular_sdk==0.6.1",
"matrix_angular_sdk>=0.6.1",
"Twisted>=14.0.0",
"service_identity>=1.0.0",
"pyopenssl>=0.14",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment