Wheels package no longer available
Small fix, no longer using wheel as an alternate package since it conditionally depends on mock
module based on Python version, as Python >= 3.3 already includes unittest.mock
. Many thanks to @The-Compiler for letting me know and providing a PR with the fix!