Skip to content

Commit 8028421

Browse files
committed
setup.cfg - pinned dependency versions
1 parent 10d4682 commit 8028421

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==6.1.2
2-
coverage[toml]==5.3
1+
pytest==6.2.1
2+
coverage[toml]==5.3.1
33
pytest-cov==2.10.1

setup.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ include_package_data = True
2121
packages = find:
2222
python_requires = >=3.8
2323
install_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]
3232
console_scripts =
3333
casparser = casparser.cli:cli
3434

3535
[options.extras_require]
36-
mupdf = PyMuPDF>=1.18.1
36+
mupdf = PyMuPDF==1.18.5
3737
test = pytest-cov>=2.10.1; coverage>=5.3; pytest>=6.1.2
3838

3939
[flake8]

0 commit comments

Comments
 (0)