Skip to content

Commit ebc0002

Browse files
committed
rename extra dependency key
1 parent 9730ff3 commit ebc0002

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install -U casparser
2121

2222
### with faster PyMuPDF parser
2323
```bash
24-
pip install -U 'casparser[mupdf]'
24+
pip install -U 'casparser[fast]'
2525
```
2626

2727
**Note:** Enabling this dependency could result in licensing changes. Check the
@@ -195,7 +195,7 @@ failing scheme name(s).
195195
## License
196196

197197
CASParser is distributed under MIT license by default. However enabling the optional dependency
198-
`mupdf` would imply the use of [PyMuPDF](https://github.com/pymupdf/PyMuPDF) /
198+
`mupdf/fast` would imply the use of [PyMuPDF](https://github.com/pymupdf/PyMuPDF) /
199199
[MuPDF](https://mupdf.com/license.html) and hence the licenses GNU GPL v3 and GNU Affero GPL v3
200200
would apply. Copies of all licenses have been included in this repository. - _IANAL_
201201

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ PyMuPDF = {version = "^1.23.0", optional = true}
2929

3030
[tool.poetry.extras]
3131
mupdf = ["PyMuPDF"]
32+
fast = ["PyMuPDF"]
3233

3334
[tool.poetry.dev-dependencies]
3435
coverage = {version = "^7.1", extras=["toml"]}

0 commit comments

Comments
 (0)