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

Dependency declarations; moved project to Codeberg

This commit is contained in:
2025-12-11 17:58:21 +01:00
parent 96a8946a9a
commit 971ede6067
2 changed files with 8 additions and 7 deletions

View File

@@ -32,9 +32,9 @@ dependencies = [
[dependency-groups] [dependency-groups]
dev = [ dev = [
{include-group = "lint"}, { include-group = "lint" },
{include-group = "pub"}, { include-group = "pub" },
{include-group = "test"} { include-group = "test" }
] ]
test = [ test = [
"pytest>=7.0.0", "pytest>=7.0.0",
@@ -42,7 +42,7 @@ test = [
] ]
lint = [ lint = [
"ruff>=0.1.0", "ruff>=0.1.0",
"mypy>=1.0.0", "pyrefly",
] ]
# Publishing on PyPI # Publishing on PyPI
pub = [ pub = [
@@ -50,7 +50,7 @@ pub = [
"twine" "twine"
] ]
server = [ server = [
"gunicorn>=23.0.0", "uvicorn",
] ]
# dynamic = ["version"] # dynamic = ["version"]
@@ -58,8 +58,8 @@ server = [
my-script = "digimarks:app" my-script = "digimarks:app"
[project.urls] [project.urls]
"Homepage" = "https://github.com/aquatix/digimarks" "Homepage" = "https://codeberg.org/diginaut/digimarks"
"Bug Tracker" = "https://github.com/aquatix/digimarks/issues" "Bug Tracker" = "https://codeberg.org/diginaut/digimarks/issues"
[tool.black] [tool.black]
line-length = 120 line-length = 120

View File

@@ -7,6 +7,7 @@ pyrefly
# Test suite # Test suite
pytest pytest
pytest-cov
# Publishing on PyPI # Publishing on PyPI
build build