mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 15:06:11 -04:00
Make pyjwt dependency optional
This commit is contained in:
parent
c3f8dbf6b5
commit
52ecbc2843
3 changed files with 23 additions and 7 deletions
|
@ -36,7 +36,6 @@ REQUIREMENTS = {
|
|||
"blist": ["blist"],
|
||||
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
|
||||
"pymacaroons-pynacl": ["pymacaroons"],
|
||||
"pyjwt": ["jwt"],
|
||||
}
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
"web_client": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue