Skip to content

Commit e48258f

Browse files
committed
Require at least emoji 2.0, just because the API changed a bit
This plugin doesn't *use* the parts of the API that changed, but there are still some differences in handling (foreign-language emoji names, for example) that it's good to explicitly cover by specifying a minimum here in `sopel-github`'s requirements.
1 parent 768fa05 commit e48258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies = [
5050

5151
[project.optional-dependencies]
5252
emojize = [
53-
"emoji>=1.7,<3",
53+
"emoji>=2.0,<3",
5454
]
5555

5656
[project.urls]

0 commit comments

Comments
 (0)