Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 16, 2020
1 parent 5bb4ab9 commit 2e81da4
Show file tree
Hide file tree
Showing 2 changed files with 153 additions and 135 deletions.
19 changes: 8 additions & 11 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ verify_ssl = true

[dev-packages]
black = "==19.10b0"
codecov = "==2.0.15"
mypy = "==0.761"
pylint = "==2.4.4"
pytest = "==5.3.5"
pytest-cov = "==2.8.1"
rope = "==0.16.0"
astroid = "==2.3.3"
twine = "==3.1.1"
codecov = "*"
mypy = "*"
pylint = "*"
pytest = "*"
pytest-cov = "*"
rope = "*"
astroid = "*"
twine = "*"

[packages]
handsdown = {path = ".",editable = true}

[requires]
python_version = "3.8"

[pipenv]
allow_prereleases = true
Loading

0 comments on commit 2e81da4

Please sign in to comment.