Skip to content

Commit c0d1531

Browse files
committed
Add more develop deps
1 parent 525b8f7 commit c0d1531

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ version = {attr = "setuptools_scm.get_version"}
5757
[project.optional-dependencies]
5858
tests = ["pytest", "hypothesis"]
5959
docs = ["sphinx"]
60-
develop = ["python-gmp[tests,docs]", "pre-commit"]
60+
develop = ["python-gmp[tests,docs]", "pre-commit", "pyperf",
61+
"gmpy2>=2.2; platform_python_implementation!='PyPy'",
62+
"python-flint>=0.7.0a5"]
6163

6264
[tool.pytest.ini_options]
6365
addopts = "--durations=7"

0 commit comments

Comments
 (0)