Since pyenchant is no longer maintained, I would recommend to make it an optional dependency via extras_require.
That would mean you would need to run pip install msgcheck[pyenchant] or pip install msgcheck[spelling] to install pyenchant and spell checking support.
What do you think @flashcode ? Currently I can't install this package on travis-ci because of the hard pyenchant dependency.