mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
13 lines
289 B
Diff
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"
|
|
]
|
|
)
|