diff options
author | kotfu <kotfu@kotfu.net> | 2018-07-30 23:14:55 -0600 |
---|---|---|
committer | kotfu <kotfu@kotfu.net> | 2018-07-30 23:14:55 -0600 |
commit | c1b326ba4bfd89038b9f903aabe48c760eb54058 (patch) | |
tree | e4115c80716abde38666d397bff51b023ccd18d5 /docs | |
parent | 772e923c6f1a989d2c0caae9f391d190fe133f32 (diff) | |
download | cmd2-git-c1b326ba4bfd89038b9f903aabe48c760eb54058.tar.gz |
Remove docs/requirements.txt which should no longer be used
Slowly trying to reduce the number of places we have dependencies specified. The documentation building processes for both `tox -e docs` and readthedocs.org should now use the dependencies specified in `setup.py`.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 70d293a0..00000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ -attrs -colorama -pyperclip -wcwidth -cmd2 |