blueoil
blueoil copied to clipboard
Remove Easydict dependency
We use easydict to access dictionary. https://github.com/blue-oil/blueoil/blob/master/setup.cfg#L23
But the library longer maintenance(~2years). https://pypi.org/project/easydict/
Maybe we should rewrite Easydict like module.
I want to remove library dependence.
@iizukak seems like we can close this?
@patrick-su NO. @odoku san implement SmartDict class, but not remove easydict dependency.