We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f55d794 commit 3c0319bCopy full SHA for 3c0319b
.travis.yml
@@ -11,7 +11,7 @@ python:
11
- "3.7-dev"
12
13
install:
14
- - sudo apt-get install libzbar0 libzbar-dev
+ - sudo apt-get install libzbar0 libzbar-dev libpoppler-cpp-dev
15
- pip install pipenv
16
- pipenv install --dev
17
Pipfile
@@ -45,6 +45,16 @@ backscatter = "*"
45
pyzbar = "*"
46
opencv-python = "*"
47
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 = "*"
58
59
[requires]
60
python_version = "3"
0 commit comments