diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-28 12:24:11 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-28 12:24:11 -0400 |
commit | 85a3cc1320bafc2a44c75b630835bcc0635b61de (patch) | |
tree | cc68ed454dfa0a1ae3832188c7e07717119d63fc /README.md | |
parent | e54ea631d81d2e94633f4f37b5c8ced899b3c354 (diff) | |
download | cmd2-git-85a3cc1320bafc2a44c75b630835bcc0635b61de.tar.gz |
Removed pyparsing from setup.py as a dependency
Also:
- updated README.md to correctly state 3rd-party dependencies
- Updated docs/requirements.txt to no longer include pyparsing for ReadTheDocs build
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ pip install -U cmd2 ``` cmd2 works with Python 3.4+ on Windows, macOS, and Linux. It is pure Python code with -the only 3rd-party dependencies being on [pyparsing](http://pyparsing.wikispaces.com), and [pyperclip](https://github.com/asweigart/pyperclip). +the only 3rd-party dependencies being on [colorama](https://github.com/tartley/colorama), and [pyperclip](https://github.com/asweigart/pyperclip). Windows has an additional dependency on [pyreadline](https://pypi.python.org/pypi/pyreadline). Non-Windows platforms have an additional dependency on [wcwidth](https://pypi.python.org/pypi/wcwidth). Finally, Python 3.4 has an additional dependency on [contextlib2](https://pypi.python.org/pypi/contextlib2). |