Fetch search fix

This commit is contained in:
Luciano Gervasoni
2025-04-02 22:39:51 +02:00
parent 84da104dc8
commit 3b54e247e7
5 changed files with 33 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
conda create -n matitos_urls python=3.12
conda activate matitos_urls
# Core
pip install django psycopg[binary] django-redis django-tasks-scheduler
pip install django==5.1 psycopg[binary] django-redis django-tasks-scheduler
# Fetcher
pip install feedparser python-dateutil newspaper4k[all] lxml[html_clean] googlenewsdecoder gnews duckduckgo_search GoogleNews langdetect
# News visualization