From aefc2a91cbd76bc65b98248179f42fad126b516b Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 4 Sep 2015 22:15:48 -0400 Subject: Add requests, used for downloading from appveyor --- requirements.pip | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1