Fix feed links
All checks were successful
Deploy to Server / deploy (push) Successful in 19s

This commit is contained in:
Joakim Hellsén 2026-03-22 01:12:23 +01:00
commit ef00b4c020
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
6 changed files with 48 additions and 18 deletions

View file

@ -5,14 +5,20 @@ description = "Get notified when a new drop is available on Twitch."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"celery[redis]",
"colorama",
"dateparser",
"django-auto-prefetch",
"django-celery-beat",
"django-celery-results",
"django-debug-toolbar",
"django-silk",
"django",
"flower",
"gunicorn",
"hiredis",
"httpx",
"index-now-for-python",
"json-repair",
"pillow",
"platformdirs",
@ -20,17 +26,11 @@ dependencies = [
"pydantic",
"pygments",
"python-dotenv",
"redis",
"sentry-sdk",
"setproctitle",
"tqdm",
"index-now-for-python",
"sitemap-parser",
"celery[redis]",
"django-celery-results",
"django-celery-beat",
"flower",
"hiredis",
"redis",
"tqdm",
]
@ -41,9 +41,9 @@ dev = [
"hypothesis[django]",
"pytest-cov",
"pytest-django",
"pytest-randomly",
"pytest-xdist[psutil]",
"pytest",
"pytest-randomly",
]
[tool.pytest.ini_options]