mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 11:30:27 +01:00
Dependency updates
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Core application
|
||||
fastapi[all]
|
||||
sqlmodel
|
||||
sqlalchemy
|
||||
sqlalchemy[asyncio]
|
||||
pydantic
|
||||
pydantic_settings
|
||||
alembic
|
||||
|
||||
Reference in New Issue
Block a user