aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-adapt-parser/relax-dep-requirements.patch
blob: 0f58c393a32bab2150abd3ccbcb575d0c7376fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/setup.py b/setup.py
index 46ad9ee..bbad058 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ setup(
     packages = ["adapt", "adapt.tools", "adapt.tools.text"],
 
     install_requires = [
-        "pyee==5.0.0",
+        "pyee>=5.0.0",
         "six>=1.10.0"
     ]
 )