1
0

Use version string helper from matrix-common (#11979)

* Require latest matrix-common
* Use the common function
This commit is contained in:
David Robertson
2022-02-14 13:12:22 +00:00
committed by GitHub
parent 55113dd5e8
commit 4ae956c8bb
13 changed files with 42 additions and 112 deletions

View File

@@ -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 = {