diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 22:15:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-04 22:15:48 -0400 |
commit | aefc2a91cbd76bc65b98248179f42fad126b516b (patch) | |
tree | 5691cd4d6283f12dafbfaa667ec12106e15231ee | |
parent | afb8fa5a24eafbc8618998b5b127a2fb2690298f (diff) | |
download | python-coveragepy-git-aefc2a91cbd76bc65b98248179f42fad126b516b.tar.gz |
Add requests, used for downloading from appveyor
-rw-r--r-- | requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.pip b/requirements.pip index c57181da..74b06641 100644 --- a/requirements.pip +++ b/requirements.pip @@ -15,4 +15,5 @@ pyenchant==1.6.6 pylint==1.4.4 # and for kitting... +requests==2.7.0 twine==1.5.0 |