mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Remove dependency on matrix-angular-sdk
This commit is contained in:
parent
86cef6a91b
commit
d9088c923f
2 changed files with 9 additions and 6 deletions
|
@ -34,11 +34,7 @@ REQUIREMENTS = {
|
|||
"blist": ["blist"],
|
||||
"pysaml2": ["saml2"],
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
"web_client": {
|
||||
"matrix_angular_sdk>=0.6.6": ["syweb>=0.6.6"],
|
||||
}
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {}
|
||||
|
||||
|
||||
def requirements(config=None, include_conditional=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue