Skip to content

Commit

Permalink
Fix requirements for pydocstyle and pytest-cov
Browse files Browse the repository at this point in the history
  • Loading branch information
dblenkus committed Apr 26, 2023
1 parent 7cde8e5 commit d9876e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
'flake8~=6.0.0',
'isort~=5.12.0',
'mock>=5.0.2',
'pydocstyle~=4.0.0',
'pytest-cov>=6.3.0',
'pydocstyle~=6.3.0',
'pytest-cov>=4.0.0',
'pytest-django>=4.5.2',
'pytest-pythonpath~=0.7.4',
'readme_renderer',
Expand Down

0 comments on commit d9876e3

Please sign in to comment.