Skip to content

Commit d2ed2f2

Browse files
Add build dependencies to pyproject.toml
Add build dependencies for setuptools, cython, and compilers.
1 parent 873b64f commit d2ed2f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ dependencies = [
4343
"nest-asyncio2",
4444
]
4545

46+
[package.build-dependencies]
47+
setuptools = ">=61.0"
48+
cython = ">=3.0.0"
49+
compilers = "*" # Linux ortamında Cython kodunu derlemek için GCC/Clang kurar
50+
4651
[tool.pytest.ini_options]
4752
testpaths = ["tests"]
4853
python_files = ["test_*.py"]

0 commit comments

Comments
 (0)