diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-16 08:29:37 -0700 |
|---|---|---|
| committer | Eric Lin <anselor@gmail.com> | 2018-04-16 15:11:16 -0400 |
| commit | 21454b296867b0fce9f1afb70ca0476fe4b9ae2f (patch) | |
| tree | a4b7784d7597dd1502bb57918333d23110309536 /setup.py | |
| parent | c99b9a24b24e7d9b9f5b551504ade7cdba4bc18b (diff) | |
| download | cmd2-git-21454b296867b0fce9f1afb70ca0476fe4b9ae2f.tar.gz | |
Changed setup.py requirement for pyperclip to >= 1.5.27 instead of 1.6.0
This is to support installation from package managers on older OSes such as Debian 9.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ Programming Language :: Python :: Implementation :: PyPy3 Topic :: Software Development :: Libraries :: Python Modules """.splitlines()))) -INSTALL_REQUIRES = ['pyparsing >= 2.1.0', 'pyperclip >= 1.6.0'] +INSTALL_REQUIRES = ['pyparsing >= 2.1.0', 'pyperclip >= 1.5.27'] EXTRAS_REQUIRE = { # Windows also requires pyreadline to ensure tab completion works |
