mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-18 16:02:15 +01:00
Allow any greater version for webclient
This commit is contained in:
parent
b4b892f4a3
commit
88391bcdc3
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ setup(
|
||||||
description="Reference Synapse Home Server",
|
description="Reference Synapse Home Server",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"syutil==0.0.2",
|
"syutil==0.0.2",
|
||||||
"matrix_angular_sdk==0.6.0",
|
"matrix_angular_sdk>=0.6.0",
|
||||||
"Twisted==14.0.2",
|
"Twisted==14.0.2",
|
||||||
"service_identity>=1.0.0",
|
"service_identity>=1.0.0",
|
||||||
"pyopenssl>=0.14",
|
"pyopenssl>=0.14",
|
||||||
|
|
Loading…
Reference in a new issue