Skip to content

Commit

Permalink
Specify exact versions pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fourjr committed Nov 10, 2020
1 parent 56bc212 commit 5c8ee8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ verify_ssl = true

[dev-packages]
black = "==19.10b0"
pylint = "*"
pylint = "==2.6.0"
bandit = "==1.6.2"
flake8 = "*"
flake8 = "==3.8.5"

[packages]
aiohttp = "==3.6.2"
Expand Down

0 comments on commit 5c8ee8d

Please sign in to comment.