mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 04:05:40 +03:00
https://github.com/magmax/python-inquirer A collection of common interactive command line user interfaces
16 lines
427 B
Diff
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'
|
|
],
|
|
)
|