3 Commits

Author SHA1 Message Date
0b4b31cdef Merge ef471346af into 61b9f81e39 2024-11-22 05:22:44 +00:00
61b9f81e39 Fixed the google search option in the post details view 2024-11-17 16:48:24 +01:00
ef471346af server/requirements.txt: update heif-image-plugin to reflect Dockerfile
Installing this without Docker was failing due to an out of date heif-image-plugin. This commit fixes that.
2024-10-22 20:50:25 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
Search on
<a href='http://iqdb.org/?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>IQDB</a> &middot;
<a href='https://danbooru.donmai.us/posts?tags=md5:<%- ctx.post.checksumMD5 %>'>Danbooru</a> &middot;
<a href='https://www.google.com/searchbyimage?&image_url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
<a href='https://lens.google.com/uploadbyurl?url=<%- encodeURIComponent(ctx.post.fullContentUrl) %>'>Google Images</a>
</section>
<section class='social'>

View File

@ -1,7 +1,7 @@
alembic>=0.8.5
certifi>=2017.11.5
coloredlogs==5.0
heif-image-plugin==0.3.2
heif-image-plugin>=0.3.2
numpy>=1.8.2
pillow-avif-plugin~=1.1.0
pillow>=4.3.0