summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 16:14:09 -0700
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-04-15 16:14:09 -0700
commit480c7f8bbcdf1179312f71f525e79102aa4551ae (patch)
tree1206a00a4e8d8a521dc00970c25da9973c5ac4f7 /docs
parent6b23d7e610b8f8634ad4535d5fbfdb5bfd944b5a (diff)
downloadcmd2-git-480c7f8bbcdf1179312f71f525e79102aa4551ae.tar.gz
Finished removing all dependencies on the six module
Diffstat (limited to 'docs')
-rw-r--r--docs/install.rst1
-rw-r--r--docs/requirements.txt1
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