Add initial version of feeds app
All checks were successful
Deploy to Server / deploy (push) Successful in 11s

This commit is contained in:
Joakim Hellsén 2026-03-24 03:58:08 +01:00
commit a02b5d5f66
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
17 changed files with 993 additions and 15 deletions

View file

@ -11,18 +11,24 @@ dependencies = [
"django-celery-results",
"django-debug-toolbar",
"django-silk[formatting]",
"django-stubs-ext",
"django",
"flower",
"gunicorn",
"hiredis",
"index-now-for-python",
"niquests",
"platformdirs",
"psycopg[binary]",
"pydantic",
"python-dotenv",
"redis",
"sentry-sdk",
"setproctitle",
"sitemap-parser",
"xmltodict",
"dateparser>=1.3.0",
"xxhash>=3.6.0",
]
[dependency-groups]
@ -36,6 +42,7 @@ dev = [
"pytest-randomly",
"pytest-xdist[psutil]",
"pytest",
"types-xmltodict",
]
[tool.pytest.ini_options]
DJANGO_SETTINGS_MODULE = "config.settings"