File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- pytest == 6.2.1
2- coverage [toml ]== 5.3.1
3- pytest-cov == 2.10 .1
1+ pytest == 6.2.2
2+ coverage [toml ]== 5.5
3+ pytest-cov == 2.11 .1
Original file line number Diff line number Diff line change 1- PyMuPDF==1.18.5
1+ PyMuPDF==1.18.9
Original file line number Diff line number Diff line change 1- casparser-isin >= 2021.1.30
1+ casparser-isin >= 2021.3.1
22click == 7.1.2
33colorama == 0.4.4
44pdfminer.six == 20201018
55python-dateutil == 2.8.1
6- tabulate == 0.8.7
6+ tabulate == 0.8.9
77wcwidth == 0.2.5
Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ include_package_data = True
2121packages = find:
2222python_requires = >=3.8
2323install_requires =
24- casparser-isin>=2021.1.30
24+ casparser-isin>=2021.3.1
2525 click ==7.1.2
2626 colorama ==0.4.4
2727 pdfminer.six ==20201018
2828 python-dateutil ==2.8.1
29- tabulate ==0.8.7
29+ tabulate ==0.8.9
3030 wcwidth ==0.2.5
3131
3232[options.entry_points]
3333console_scripts =
3434 casparser = casparser.cli:cli
3535
3636[options.extras_require]
37- mupdf = PyMuPDF ==1.18.5
38- test = pytest-cov>=2.10 .1; coverage>=5.3 ; pytest>=6.1 .2
37+ mupdf = PyMuPDF ==1.18.9
38+ test = pytest-cov>=2.11 .1; coverage>=5.5 ; pytest>=6.2 .2
3939
4040[flake8]
4141max-line-length = 100
You can’t perform that action at this time.
0 commit comments