Skip to content

Commit

Permalink
Added wheel package to develop reqs.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Dec 19, 2016
1 parent cab38a3 commit e87509a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ def run(self):
'PyYAML',
],
'develop_requires': [
# Wheel may not be installed in every system Python.
'wheel',
# Python prereqs for 'develop' command. Handled by os_setup module.
"pytest>=2.4",
"pytest-cov",
Expand Down

0 comments on commit e87509a

Please sign in to comment.