1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/testing/py3-adapt-parser/relax-dep-requirements.patch
2020-05-06 20:36:43 +00:00

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