diff options
author | Eric Lin <anselor@gmail.com> | 2018-04-18 10:27:02 -0400 |
---|---|---|
committer | Eric Lin <anselor@gmail.com> | 2018-04-18 10:27:02 -0400 |
commit | 9452dfa7748a1d3477e92a42a35747196dc9e052 (patch) | |
tree | f70440f60d7758876e1656a10e2a00cf138c6f57 /docs | |
parent | 736cdda5f80682fadfc1556dae92046d2e9c770c (diff) | |
download | cmd2-git-9452dfa7748a1d3477e92a42a35747196dc9e052.tar.gz |
Tweaked AutoCompleter.ACArgumentParser's constructor to pass through constructor parameters in a more concise/general way. May also resolve the weird Mac issue on Python 3.6
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index 4f05675a..9f2bbbc3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,5 @@ pyparsing pyperclip contextlib2 -enum34 -subprocess32 wcwidth +colorama |