1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00

fix: missing user agent for scraper (#1586)

* set user agent for requests.get

* bump scraper version
This commit is contained in:
Hayden 2022-08-20 17:54:06 -08:00 committed by GitHub
parent 007b861ad6
commit 2865bcbb04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -30,7 +30,7 @@ passlib = "^1.7.4"
lxml = "^4.7.1"
Pillow = "^8.2.0"
apprise = "^0.9.6"
recipe-scrapers = "^14.11.0"
recipe-scrapers = "^14.13.0"
psycopg2-binary = {version = "^2.9.1", optional = true}
gunicorn = "^20.1.0"
emails = "^0.6"