knex/qlever/pyproject.toml

18 lines
407 B
TOML
Raw Permalink Normal View History

2025-01-10 15:22:28 +01:00
[project]
authors = [{name = "Giò Diani", email = "mail@gionathandiani.name"}]
dependencies = ["qlever>=0.5.8,<0.6"]
description = "Enviroment for the SPARQL-Engine «QLever»"
name = "qlever"
requires-python = ">= 3.11"
version = "0.1.0"
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64"]
[tool.pixi.tasks]