summarylogtreecommitdiffstats
path: root/reqs.patch
blob: 5947aaecbbcfbf55dec1f0f122e44efa532b9a97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/requirements.txt b/requirements.txt
index 16c3c85..350083a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
 X3DH>=0.5.9,<0.6
 DoubleRatchet>=0.7.0,<0.8
-OMEMO>=0.11.0,<0.12
+OMEMO>=0.11.0,<=0.14
 cryptography>=1.7.1
 protobuf>=2.6.1
diff --git a/setup.py b/setup.py
index 343ff57..d15159c 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ setup(
     install_requires = [
         "X3DH>=0.5.9,<0.6",
         "DoubleRatchet>=0.7.0,<0.8",
-        "OMEMO>=0.11.0,<0.13",
+        "OMEMO>=0.11.0,<=0.14",
         "cryptography>=1.7.1",
         "protobuf>=2.6.1"
     ],