aports/testing/py3-adapt-parser/relax-dep-requirements.patch
2020-05-06 20:36:43 +00:00

14 lines
289 B
Diff

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"
]
)