Start defining the data model

This commit is contained in:
2023-05-21 14:04:27 +02:00
parent b10f01d30b
commit 5ab41939f2
5 changed files with 282 additions and 4 deletions

View File

@ -3,11 +3,12 @@ requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "globtables"
name = "glowtables"
version = "0.0.1"
requires-python = ">=3.9"
dependencies = [
"flask == 2.*",
"flask ~= 2.0.0",
"rdflib ~= 6.0.0",
]
[project.optional-dependencies]