From 3624568a681445ffcdb6e5d2561e26f8962eb6a1 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Tue, 20 Mar 2018 23:02:52 +0100 Subject: [PATCH] use unpublished branch of pypdf2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c84ade2ae..a2854d114 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ numpy scipy pandas pyyaml -PyPDF2 +git+https://github.com/mstamy2/PyPDF2 -- GitLab