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 690fe75 commit 75dbd3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/DEV_REQUIREMENTS.txt
Expand Up @@ -14,6 +14,7 @@ pre-commit~=2.21 ; python_version == '3.7'
pre-commit~=2.17 ; python_version == '3.6'
pydoc-markdown~=4.8 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=7.4
pytest~=7.4 ; python_version >= '3.7'
pytest~=7.0 ; python_version == '3.6'
pytest-cov~=4.1
pylint~=2.17

0 comments on commit 75dbd3f

Please sign in to comment.