mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 11:30:27 +01:00
Dependency declarations; moved project to Codeberg
This commit is contained in:
@@ -32,9 +32,9 @@ dependencies = [
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
{include-group = "lint"},
|
||||
{include-group = "pub"},
|
||||
{include-group = "test"}
|
||||
{ include-group = "lint" },
|
||||
{ include-group = "pub" },
|
||||
{ include-group = "test" }
|
||||
]
|
||||
test = [
|
||||
"pytest>=7.0.0",
|
||||
@@ -42,7 +42,7 @@ test = [
|
||||
]
|
||||
lint = [
|
||||
"ruff>=0.1.0",
|
||||
"mypy>=1.0.0",
|
||||
"pyrefly",
|
||||
]
|
||||
# Publishing on PyPI
|
||||
pub = [
|
||||
@@ -50,7 +50,7 @@ pub = [
|
||||
"twine"
|
||||
]
|
||||
server = [
|
||||
"gunicorn>=23.0.0",
|
||||
"uvicorn",
|
||||
]
|
||||
# dynamic = ["version"]
|
||||
|
||||
@@ -58,8 +58,8 @@ server = [
|
||||
my-script = "digimarks:app"
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/aquatix/digimarks"
|
||||
"Bug Tracker" = "https://github.com/aquatix/digimarks/issues"
|
||||
"Homepage" = "https://codeberg.org/diginaut/digimarks"
|
||||
"Bug Tracker" = "https://codeberg.org/diginaut/digimarks/issues"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
@@ -7,6 +7,7 @@ pyrefly
|
||||
|
||||
# Test suite
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
# Publishing on PyPI
|
||||
build
|
||||
|
||||
Reference in New Issue
Block a user