Skip to content

Commit ae9da62

Browse files
add undisclosed deps to pyproject
1 parent 94eed53 commit ae9da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ requires-python = '>=3.11'
4343
dev = ["pre-commit>=2.12.1"]
4444
#docs = ["jupyter-book>=0.13.1",]
4545

46-
tests = ["pytest>=8.4.2", "pytest-cov>=7.0.0", "pytest-xdist>=3.8.0", "types-requests"]
46+
tests = ["pytest>=8.4.2", "pytest-cov>=7.0.0", "pytest-xdist>=3.8.0", "types-requests", "mypy","black", "flake8"]
4747
all = ["pymatgen-io-validation[dev,tests]"]
4848

4949
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)