From b9174e3d6320ff208eb84361d2774605627264e1 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Thu, 4 Jul 2019 18:17:09 +0200 Subject: [PATCH] [12.0][FIX] dependencies. (moved from travis to requirements.txt file) --- .travis.yml | 2 -- requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/.travis.yml b/.travis.yml index e6a6c05f02..92c4451889 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,6 @@ install: #- wget -P /tmp http://public.akretion.com/pdftotext-3.04 #- sudo mv /tmp/pdftotext-3.04 /usr/local/bin/pdftotext #- sudo chmod 755 /usr/local/bin/pdftotext - - pip install PyPDF2 # needed for account_invoice*zugferd - - pip install phonenumbers script: - travis_run_tests diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..0e4c88fb0d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +PyPDF2 +phonenumbers