diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 16:14:09 -0700 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-04-15 16:14:09 -0700 |
commit | 480c7f8bbcdf1179312f71f525e79102aa4551ae (patch) | |
tree | 1206a00a4e8d8a521dc00970c25da9973c5ac4f7 /docs | |
parent | 6b23d7e610b8f8634ad4535d5fbfdb5bfd944b5a (diff) | |
download | cmd2-git-480c7f8bbcdf1179312f71f525e79102aa4551ae.tar.gz |
Finished removing all dependencies on the six module
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 1 | ||||
-rw-r--r-- | docs/requirements.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index ac8b19a6..be7c61dd 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -98,7 +98,6 @@ either composition or inheritance to achieve the same goal. This approach will obviously NOT automatically install the required 3rd-party dependencies, so you need to make sure the following Python packages are installed: - * six * pyparsing * pyperclip diff --git a/docs/requirements.txt b/docs/requirements.txt index 44427665..4f05675a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ pyparsing -six pyperclip contextlib2 enum34 |