Skip to content

Commit

Permalink
Move setuptools and wheel to dev deps, upgrade them, too
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed May 29, 2018
1 parent b2067aa commit f471271
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 24 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ name = "pypi"
[packages]
attrs = ">=17.4.0"
click = "*"
setuptools = ">=38.6.0"
appdirs = "*"

[dev-packages]
Expand All @@ -16,6 +15,9 @@ flake8 = "*"
flake8-bugbear = "*"
flake8-mypy = "*"
mypy = "*"
readme_renderer = "*"
recommonmark = "*"
Sphinx = "*"
twine = ">=1.11.0rc1"
setuptools = ">=39.2.0"
twine = ">=1.11.0"
wheel = ">=0.31.1"
159 changes: 137 additions & 22 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f471271

Please sign in to comment.