Skip to content

Commit

Permalink
Merge pull request #128 from yanqd0/patch-1
Browse files Browse the repository at this point in the history
Fix versions of pytest and pylint in install_requires
  • Loading branch information
carsongee committed Apr 26, 2020
2 parents 3afe64e + aa7c1fc commit 25cc681
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 @@ -20,7 +20,7 @@
packages=['pytest_pylint'],
entry_points={'pytest11': ['pylint = pytest_pylint.plugin']},
python_requires=">=3.5",
install_requires=['pytest>=5.0', 'pylint>=2.0.0', 'toml>=0.7.1'],
install_requires=['pytest>=5.4', 'pylint>=2.3.0', 'toml>=0.7.1'],
setup_requires=['pytest-runner'],
tests_require=['coverage', 'pytest-flake8'],
classifiers=[
Expand Down

0 comments on commit 25cc681

Please sign in to comment.