Skip to content

Commit

Permalink
pin major version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Gabriel committed Oct 4, 2023
1 parent 804add7 commit c784b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages=["pytest_pylint"],
entry_points={"pytest11": ["pylint = pytest_pylint.plugin"]},
python_requires=">=3.7",
install_requires=["pytest>=5.4", "pylint>=2.3.0", "toml>=0.7.1"],
install_requires=["pytest~=5.4", "pylint~=2.3", "toml~=0.7"],
setup_requires=["pytest-runner"],
tests_require=["coverage", "flake8", "black", "isort"],
classifiers=[
Expand Down

0 comments on commit c784b19

Please sign in to comment.