diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-27 16:42:43 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-27 16:42:43 -0400 |
| commit | 920e3e0e3b5fd35cefa4dc5286728df247221ff2 (patch) | |
| tree | e5c890067c624ab3c8ab86a6770d687622be53c0 /docs | |
| parent | fdbc73b40d98114297e68130117d9b2c77417fef (diff) | |
| download | cmd2-git-920e3e0e3b5fd35cefa4dc5286728df247221ff2.tar.gz | |
Add missing dependency on attrs to docs/requirements.txt to fix Sphinx autodoc
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 011603fb..bfd6ee02 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ +attrs colorama pyperclip wcwidth |
