requirements-dev.txt: Added missing 'wheel' package

Without it we can't run 'setup.py bdist_wheel'
This commit is contained in:
Noam Meltzer 2018-05-05 00:47:34 +03:00
parent 32afc007aa
commit 3ff4cc4445
No known key found for this signature in database
GPG key ID: F93BC52D32F89489

View file

@ -7,3 +7,4 @@ pre-commit
beautifulsoup4 beautifulsoup4
pytest pytest
pytest-timeout pytest-timeout
wheel