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]
|
[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
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ pyrefly
|
|||||||
|
|
||||||
# Test suite
|
# Test suite
|
||||||
pytest
|
pytest
|
||||||
|
pytest-cov
|
||||||
|
|
||||||
# Publishing on PyPI
|
# Publishing on PyPI
|
||||||
build
|
build
|
||||||
|
|||||||
Reference in New Issue
Block a user