mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-03 21:37:49 -05:00
Merge branch 'develop' into feature/vue3
# Conflicts: # requirements.txt
This commit is contained in:
@@ -94,6 +94,7 @@ class Paprika(Integration):
|
|||||||
url = recipe_json.get("image_url", None)
|
url = recipe_json.get("image_url", None)
|
||||||
if validate_import_url(url):
|
if validate_import_url(url):
|
||||||
response = requests.get(url)
|
response = requests.get(url)
|
||||||
|
if response.status_code == 200 and len(response.content) > 0:
|
||||||
self.import_recipe_image(recipe, BytesIO(response.content))
|
self.import_recipe_image(recipe, BytesIO(response.content))
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ django-annoying==0.10.6
|
|||||||
django-cleanup==8.0.0
|
django-cleanup==8.0.0
|
||||||
django-crispy-forms==2.3
|
django-crispy-forms==2.3
|
||||||
crispy-bootstrap4==2024.10
|
crispy-bootstrap4==2024.10
|
||||||
django-tables2==2.7.0
|
django-tables2==2.7.4
|
||||||
djangorestframework==3.15.2
|
djangorestframework==3.15.2
|
||||||
drf-writable-nested==0.7.0
|
drf-writable-nested==0.7.0
|
||||||
drf-spectacular==0.27.1
|
drf-spectacular==0.27.1
|
||||||
@@ -21,7 +21,7 @@ python-dotenv==1.0.0
|
|||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
webdavclient3==3.14.6
|
webdavclient3==3.14.6
|
||||||
whitenoise==6.7.0
|
whitenoise==6.8.2
|
||||||
icalendar==6.1.0
|
icalendar==6.1.0
|
||||||
pyyaml==6.0.2
|
pyyaml==6.0.2
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
@@ -43,10 +43,10 @@ django-hCaptcha==0.2.0
|
|||||||
python-ldap==3.4.4
|
python-ldap==3.4.4
|
||||||
django-auth-ldap==4.6.0
|
django-auth-ldap==4.6.0
|
||||||
pyppeteer==2.0.0
|
pyppeteer==2.0.0
|
||||||
pytubefix==8.5.1
|
pytubefix==8.12.0
|
||||||
aiohttp==3.10.11
|
aiohttp==3.10.11
|
||||||
inflection==0.5.1
|
inflection==0.5.1
|
||||||
redis==5.2.0
|
redis==5.2.1
|
||||||
django-vite==3.0.3
|
django-vite==3.0.3
|
||||||
google-generativeai==0.5.3
|
google-generativeai==0.5.3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user