mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 15:00:26 +01:00
21 lines
270 B
Plaintext
21 lines
270 B
Plaintext
# Core application
|
|
fastapi[all]
|
|
sqlmodel
|
|
sqlalchemy[asyncio]
|
|
pydantic
|
|
pydantic_settings
|
|
alembic
|
|
aiosqlite
|
|
|
|
# Fetch external resources
|
|
httpx
|
|
|
|
# Fetch title etc from links
|
|
beautifulsoup4
|
|
|
|
# Fetch favicons
|
|
extract_favicon
|
|
|
|
# Generate (atom) feeds for tags and such
|
|
feedgen
|