mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 06:51:46 +01:00
Switch to pymacaroons-pynacl
This commit is contained in:
parent
ce832c38d4
commit
7f08ebb772
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ REQUIREMENTS = {
|
|||
"ujson": ["ujson"],
|
||||
"blist": ["blist"],
|
||||
"pysaml2": ["saml2"],
|
||||
"pymacaroons": ["pymacaroons"],
|
||||
"pymacaroons-pynacl": ["pymacaroons"],
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
"web_client": {
|
||||
|
|
Loading…
Reference in a new issue