diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2021-12-07 13:51:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-07 13:51:11 +0000 |
commit | 088d748f2cb51f03f3bcacc0fb3af1e0f9607737 (patch) | |
tree | be04437420017f1954791a925a4bac1c92205c33 /synapse/python_dependencies.py | |
parent | Refactors in `_generate_sync_entry_for_rooms` (#11515) (diff) | |
download | synapse-088d748f2cb51f03f3bcacc0fb3af1e0f9607737.tar.xz |
Revert "Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505) (#11527)
This reverts commit a77c36989785c0d5565ab9a1169f4f88e512ce8a.
Diffstat (limited to 'synapse/python_dependencies.py')
-rw-r--r-- | synapse/python_dependencies.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/python_dependencies.py b/synapse/python_dependencies.py index 386debd7db..7d26954244 100644 --- a/synapse/python_dependencies.py +++ b/synapse/python_dependencies.py @@ -87,7 +87,6 @@ REQUIREMENTS = [ # with the latest security patches. "cryptography>=3.4.7", "ijson>=3.1", - "matrix-common==1.0.0", ] CONDITIONAL_REQUIREMENTS = { |