1
0
mirror of https://codeberg.org/diginaut/digimarks.git synced 2026-02-04 11:30:27 +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.'
readme = "README.rst"
requires-python = ">=3.10"
requires-python = ">=3.11"
keywords = ["bookmarks", "api"]
license = { text = "Apache" }
classifiers = [

View File

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