1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/testing/py3-inquirer/loosen-deps.patch
Rasmus Thomsen 7890560b36 testing/py3-inquirer: new aport
https://github.com/magmax/python-inquirer
A collection of common interactive command line user interfaces
2020-03-12 18:14:36 +01:00

16 lines
427 B
Diff

diff --git a/setup.py b/setup.py
index 43c4cab..d79ca61 100644
--- a/setup.py
+++ b/setup.py
@@ -68,8 +68,8 @@ setup(name='inquirer',
include_package_data=True,
zip_safe=False,
install_requires=[
- 'blessings == 1.7',
- 'readchar == 2.0.1',
- 'python-editor==1.0.4'
+ 'blessings >=1.7<2',
+ 'readchar >=2<3',
+ 'python-editor >=1<2'
],
)