Skip to content

Commit

Permalink
Update DEV_REQUIREMENTS.txt
Browse files Browse the repository at this point in the history
Updated to reflect conflicting deps between black and pydoc-markdown for python 3.6
  • Loading branch information
ncilfone committed Feb 1, 2022
1 parent bbc97b5 commit 5723cdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions requirements/DEV_REQUIREMENTS.txt
@@ -1,4 +1,5 @@
black~=22.1
black~=22.1 ; python_version >= '3.7'
black~=21.4b0 ; python_version == '3.6'
coveralls~=3.3
coverage~=6.1
isort~=5.10
Expand All @@ -7,4 +8,4 @@ pydoc-markdown~=4.3 ; python_version >= '3.7'
pydoc-markdown~=3.13 ; python_version == '3.6'
pytest~=6.2
pytest-cov~=3.0
pylint~=2.11
pylint~=2.11

0 comments on commit 5723cdf

Please sign in to comment.