Skip to content

Commit 02bf633

Browse files
committed
🐛 write the correct module name. related to atlanhq/camelot#389
1 parent 136fbe2 commit 02bf633

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

pyexcel-pdfr.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ current_version: "0.6.0"
66
release: "0.6.0"
77
file_type: "pdf"
88
dependencies:
9-
- camelot
9+
- camelot-py[cv]
1010
- pyexcel-io>=0.6.0
1111
test_dependencies:
1212
- pyexcel
13-
- pyexcel-io>=0.6.0
1413
description: "Read tables in pdf files as tabular data"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
camelot
1+
camelot-py[cv]
22
pyexcel-io>=0.6.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363

6464
INSTALL_REQUIRES = [
65-
"camelot",
65+
"camelot-py[cv]",
6666
"pyexcel-io>=0.6.0",
6767
]
6868
SETUP_COMMANDS = {}

tests/requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ pygments
1010
moban
1111
moban_jinja2_github
1212
pyexcel
13-
pyexcel-io>=0.6.0

0 commit comments

Comments
 (0)