chrislit/abydos

Could remove unnecessary dependency on deprecation

Opened this issue · 0 comments

setup.py specifies an install_requires dependency on deprecation; however, nowhere in the package is the deprecation module ever imported, so this could be removed.