1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 15:00:26 +01:00

Dependency updates

This commit is contained in:
2026-01-03 23:45:56 +01:00
parent 82e4202482
commit b4aff120c8
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ authors = [
] ]
description = 'Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags, automatic title fetching and REST API calls.' description = 'Simple bookmarking service, using a SQLite database to store bookmarks, supporting tags, automatic title fetching and REST API calls.'
readme = "README.rst" readme = "README.rst"
requires-python = ">=3.10" requires-python = ">=3.11"
keywords = ["bookmarks", "api"] keywords = ["bookmarks", "api"]
license = { text = "Apache" } license = { text = "Apache" }
classifiers = [ classifiers = [

View File

@@ -1,7 +1,7 @@
# Core application # Core application
fastapi[all] fastapi[all]
sqlmodel sqlmodel
sqlalchemy sqlalchemy[asyncio]
pydantic pydantic
pydantic_settings pydantic_settings
alembic alembic