Skip to content

Commit

Permalink
Require at least emoji 2.0, just because the API changed a bit
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dgw committed Aug 23, 2024
1 parent 768fa05 commit e48258f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies = [

[project.optional-dependencies]
emojize = [
"emoji>=1.7,<3",
"emoji>=2.0,<3",
]

[project.urls]
Expand Down

0 comments on commit e48258f

Please sign in to comment.