Add infinity scrolling for /feeds
This commit is contained in:
parent
07f7011a68
commit
d97f980b66
7 changed files with 67 additions and 33 deletions
|
|
@ -7,7 +7,7 @@ readme = "README.md"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
django = {extras = ["argon2"], version = "^5.0.3"}
|
||||
django = { extras = ["argon2"], version = "^5.0.3" }
|
||||
python-dotenv = "^1.0.1"
|
||||
feedparser = "^6.0.11"
|
||||
gunicorn = "^21.2.0"
|
||||
|
|
@ -15,9 +15,10 @@ dateparser = "^1.2.0"
|
|||
discord-webhook = "^1.3.1"
|
||||
django-ninja = "^1.1.0"
|
||||
django-debug-toolbar = "^4.3.0"
|
||||
whitenoise = {extras = ["brotli"], version = "^6.6.0"}
|
||||
whitenoise = { extras = ["brotli"], version = "^6.6.0" }
|
||||
rich = "^13.7.1"
|
||||
psycopg = {extras = ["binary"], version = "^3.1.18"}
|
||||
psycopg = { extras = ["binary"], version = "^3.1.18" }
|
||||
django-htmx = "^1.17.3"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ruff = "^0.3.0"
|
||||
|
|
@ -25,9 +26,7 @@ djlint = "^1.34.1"
|
|||
|
||||
[build-system]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
requires = [
|
||||
"poetry-core",
|
||||
]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
[tool.ruff]
|
||||
exclude = ["migrations"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue