File: pyproject.toml

package info (click to toggle)
python-rdflib-endpoint 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 744 kB
  • sloc: python: 1,197; sh: 21; makefile: 5
file content (7 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
[project]
name = "example-rdflib-endpoint"
version = "0.0.1"
requires-python = "==3.13.*"
dependencies = [
    "rdflib-endpoint[web] >=0.5.1",
]