1 2 3 4 5 6 7 8 9 10 11 12 13 14
[tool.poetry.dependencies] python = "^3.7" brickschema = "^0.5" [tool.poetry.dev-dependencies] maturin = "^0.11.3" rdflib = "^6.0.0" [build-system] requires = ["maturin>=0.11,<0.12"] build-backend = "maturin" [tool.maturin] compatibility = "Linux"