summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-07-16 20:35:52 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-07-16 20:35:52 -0400
commit8b26484160a7cde3ffd20661faec9f4a0da1f083 (patch)
treeadb2d65e6ab5db515e27a50ecc75167f2a02862b /README.md
parenta8ad949196481aac2ae648e566a7566dbac9aa59 (diff)
downloadcmd2-git-8b26484160a7cde3ffd20661faec9f4a0da1f083.tar.gz
Started updating CHANGELOG
Also: - Bumped version to 0.9.4 - Updated info in Readme and Sphinx docs to reflect new dependency on attrs
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e58d912c..cb91db67 100755
--- a/README.md
+++ b/README.md
@@ -57,7 +57,8 @@ 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 [colorama](https://github.com/tartley/colorama), and [pyperclip](https://github.com/asweigart/pyperclip).
+the only 3rd-party dependencies being on [attrs](https://github.com/python-attrs/attrs),
+[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).