pyproject: Move tool deps from to requirements-tools.txt

Because uv was always trying to install when starting a venv in `ifcopenshell` folder, though they might be already available globally. And also they were listed twice - in pyproject and in the ci-lint.yml, now there's a single source of truth.
This commit is contained in:
Andrej730
2026-07-14 15:11:56 +05:00
parent fb8b2ee878
commit dcd88b6cdd
3 changed files with 6 additions and 11 deletions
-7
View File
@@ -1,13 +1,6 @@
[project]
name = "IfcOpenShell"
version = "0.0.0"
dependencies = [
"black==26.3.1",
"ruff==0.15.12",
"poethepoet",
"ty==0.0.59",
"gersemi==0.26.1",
]
[tool.black]
line-length = 120