Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jacebrowning committed Sep 7, 2018
1 parent 38f7702 commit 88db3e6
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 107 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pycodestyle = "*"
pydocstyle = "*"

# Testing
pytest = "~= 3.3"
pytest = "~=3.3"
pytest-describe = "*"
pytest-expecter = "*"
pytest-random = "*"
Expand All @@ -36,8 +36,8 @@ wheel = "*"
pyinstaller = "*"

# Release
setuptools = ">= 38.6.0"
twine = ">= 1.11.0"
setuptools = ">=38.6.0"
twine = ">=1.11.0"

# Tooling
sniffer = "*"
Expand Down
Loading

0 comments on commit 88db3e6

Please sign in to comment.