mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 15:00:26 +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.'
|
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 = [
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user