File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1- pytest == 6.1.2
2- coverage [toml ]== 5.3
1+ pytest == 6.2.1
2+ coverage [toml ]== 5.3.1
33pytest-cov == 2.10.1
Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ include_package_data = True
2121packages = find:
2222python_requires = >=3.8
2323install_requires =
24- click> =7.1.2
25- colorama> =0.4.4
26- pdfminer.six> =20201018
27- python-dateutil> =2.8.1
28- tabulate> =0.8.7
29- wcwidth> =0.2.5
24+ click = =7.1.2
25+ colorama = =0.4.4
26+ pdfminer.six = =20201018
27+ python-dateutil = =2.8.1
28+ tabulate = =0.8.7
29+ wcwidth = =0.2.5
3030
3131[options.entry_points]
3232console_scripts =
3333 casparser = casparser.cli:cli
3434
3535[options.extras_require]
36- mupdf = PyMuPDF>= 1.18.1
36+ mupdf = PyMuPDF == 1.18.5
3737test = pytest-cov>=2.10.1; coverage>=5.3; pytest>=6.1.2
3838
3939[flake8]
You can’t perform that action at this time.
0 commit comments