From 2fe6fa4d914cce083b9876613ed35ea7df216095 Mon Sep 17 00:00:00 2001 From: Alessandro DiMarco Date: Tue, 4 Apr 2017 21:26:47 -0400 Subject: [PATCH] Update python-pptx req to pull master branch --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f39d074..d196eaf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.12.0 pandas==0.19.2 xlrd==1.0.0 -git+ssh://git@github.com/Blocp/python-pptx.git +git+ssh://git@github.com/Blocp/python-pptx.git@master#egg=python-pptx -- GitLab