-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #882 from jacebrowning/emoji-support
Add initial emoji support
- Loading branch information
Showing
10 changed files
with
85 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Binary file removed
BIN
-595 KB
...ese--memes/template__rating:_9~s10.4e3b9267ab7e628e7df5cee2ff6865e3c7daea36.png
Binary file not shown.
Binary file added
BIN
+606 KB
...ese--memes/template__rating:_9~s10.4e3b9267ab7e628e7df5cee2ff6865e3c7daea36.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
|
||
name = "memegen" | ||
version = "11.0" | ||
version = "11.1b1" | ||
description = "The free and open source API to generate memes." | ||
authors = ["Jace Browning <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -10,7 +10,7 @@ packages = [{ include = "app" }] | |
|
||
[tool.poetry.dependencies] | ||
|
||
python = "3.12.5" | ||
python = "~3.12.2" | ||
|
||
# Sanic | ||
sanic = "~24.6" # run 'poetry update sanic-ext sanic-testing' when changing this | ||
|
@@ -23,6 +23,7 @@ pygments = "^2.15.0" | |
|
||
# Images | ||
pillow = "^10.4" # run 'poetry update types-pillow' when changing this | ||
pilmoji = { git = "https://github.com/jay3332/pilmoji", branch = "2.0" } | ||
spongemock = "~0.3.4" | ||
|
||
# Utilities | ||
|