Unnecessary dependencies?
The setup.py declares the packages cffi, clean-text, and certifi as dependencies.
A tool I use for dependency checking tells me that they aren't actually used anywhere. A sanity check using grep over the repo seems to confirm that suspicion.
So, can they be removed?
Edited by Vekhir