diff options
author | kotfu <kotfu@kotfu.net> | 2018-07-30 20:19:42 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-07-30 20:20:20 -0600 |
commit | 82e06328c083269ed3405690b1b6b26dcda280a0 (patch) | |
tree | 5ff3e93c4e801c790f17ecc2c6b5d1f122178ba6 /docs | |
parent | 573d15705bfa57a22b63010796d76c9ba5f7be3b (diff) | |
download | cmd2-git-82e06328c083269ed3405690b1b6b26dcda280a0.tar.gz |
We now must install cmd2 in place for readthedocs to work
Attempted fix for #483
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index bfd6ee02..70d293a0 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,4 @@ attrs colorama pyperclip wcwidth +cmd2 |