Skip to content

Commit

Permalink
Pin dev dependencies (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florimond Manca authored Dec 9, 2020
1 parent 68354b0 commit 0bb29ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ twine
wheel

# Linters
black
flake8
mypy
black==20.8b1
flake8==3.8.4
mypy==0.790

# Testing
mock==4.*
pytest==5.*
pytest-cov
mock==4.0.2
pytest==5.4.3
pytest-cov==2.10.1

0 comments on commit 0bb29ac

Please sign in to comment.