mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 22:15:30 +00:00
Extract signposts from jsonld (#1)
* use rdflib to extract signposts from jsonld * use rdflib to extract signposts from jsonld * linting * unit tests for jsonld middleware * update readme * update flake pipeline --------- Co-authored-by: Daniel Bauer <daniel.bauer@senckenberg.de>
This commit is contained in:
@@ -12,8 +12,10 @@ version = "0.10.0"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"Django>=3.0",
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"django>=3.0",
|
||||
"signposting>=0.9.9",
|
||||
"rdflib>=7.1.1",
|
||||
]
|
||||
license = {file= "LICENSE"}
|
||||
|
||||
@@ -28,4 +30,4 @@ dev = [
|
||||
[pytest]
|
||||
minversion = 6.0
|
||||
addopts = "-ra -q"
|
||||
testpaths = ["tests"]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user