mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 09:04:48 -04:00
Use version string helper from matrix-common (#11979)
* Require latest matrix-common * Use the common function
This commit is contained in:
parent
55113dd5e8
commit
4ae956c8bb
13 changed files with 42 additions and 112 deletions
|
@ -88,7 +88,7 @@ REQUIREMENTS = [
|
|||
# with the latest security patches.
|
||||
"cryptography>=3.4.7",
|
||||
"ijson>=3.1",
|
||||
"matrix-common==1.0.0",
|
||||
"matrix-common~=1.1.0",
|
||||
]
|
||||
|
||||
CONDITIONAL_REQUIREMENTS = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue