diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-28 17:57:33 -0400 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-03-28 17:57:33 -0400 |
| commit | fd1463967a38289c16a568b1794bc2bc3ad51924 (patch) | |
| tree | 85554484d6f0203163590fb54bda49da99f14efa /docs | |
| parent | 92ab77c0dcde350e0d9233d6987f83e812e14daa (diff) | |
| download | cmd2-git-fd1463967a38289c16a568b1794bc2bc3ad51924.tar.gz | |
Add conditional dependency on enum34 for Python 2.7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt index b50df7d1..b8cf9271 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,3 +2,5 @@ pyparsing six pyperclip contextlib2 +enum34 +subprocess32 |
