Skip to content

Commit 84baee3

Browse files
committed
⭕️ Update dev dependencies to fix Python 2 build
1 parent 4fc25b9 commit 84baee3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Pipfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ coverage = "*"
1313
flake8 = "==3.6.0"
1414
flake8-copyright = "*"
1515
flake8-docstrings = "*"
16+
# Lock the pydocstyle derived dependancy to the last Python 2 compible version
17+
pydocstyle = "==3.0.0"
1618
flask = "*"
1719
httpretty = "*"
1820
jinja2 = "*"

0 commit comments

Comments
 (0)