jfilter/clean-text

Not up to date with Emoji module

oscarso2000 opened this issue · 3 comments

Emoji module's newest module doesn't utilize "UNICODE_EMOJI" anymore and thus importing clean-text will result in an error. Having looked into the emoji repo, it now only has "UNICODE_DATA"

In v0.6.0 I restricted the version of emoji to v1.x, so there should not be a problem if you use v0.6.0. Let me know if you still have the problem.

I'm looking into upgrading emoji for the next release.

I'm seeing that v0.6.0 of clean-text is still attempting to import "UNICODE_EMOJI"

I'm seeing that v0.6.0 of clean-text is still attempting to import "UNICODE_EMOJI"

Which should be fine because it used emoji v1. Do you have problems with v0.6.0?