Skip to content

Commit

Permalink
fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ncilfone committed Aug 30, 2023
1 parent f07d73d commit 7557b9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/DEV_REQUIREMENTS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ pytest~=7.4 ; python_version >= '3.7'
pytest~=7.0 ; python_version == '3.6'
pytest-cov~=4.1 ; python_version >= '3.7'
pytest-cov~=4.0 ; python_version == '3.6'
pylint~=2.17
pylint~=2.17 ; python_version >= '3.7'
pylint~=2.13 ; python_version == '3.6'

0 comments on commit 7557b9c

Please sign in to comment.