Skip to content

Commit

Permalink
Add wheel dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Diaoul committed Jul 21, 2015
1 parent 86c6d2c commit 3933db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def run_tests(self):
if sys.version_info < (3, 3):
test_requirements.append('mock')

dev_requirements = ['tox', 'sphinx']
dev_requirements = ['tox', 'sphinx', 'wheel']

# package informations
with io.open('subliminal/__init__.py', 'r') as f:
Expand Down

0 comments on commit 3933db4

Please sign in to comment.