Skip to content

Commit 3c0319b

Browse files
committed
new requirements for new modules
1 parent f55d794 commit 3c0319b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python:
1111
- "3.7-dev"
1212

1313
install:
14-
- sudo apt-get install libzbar0 libzbar-dev
14+
- sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev
1515
- pip install pipenv
1616
- pipenv install --dev
1717

Pipfile

+10
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ backscatter = "*"
4545
pyzbar = "*"
4646
opencv-python = "*"
4747
np = "*"
48+
ODTReader = {editable = true,git = "https://github.com/cartertemm/ODTReader.git"}
49+
python-pptx = "*"
50+
collections = "*"
51+
python-docx = "*"
52+
ezodf = "*"
53+
pandas = "*"
54+
pandas_ods_reader = "*"
55+
pdftotext = "*"
56+
lxml = "*"
57+
xlrd = "*"
4858

4959
[requires]
5060
python_version = "3"

0 commit comments

Comments
 (0)