Skip to content

Commit 8f75654

Browse files
committed
add dev dep
1 parent 5412670 commit 8f75654

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
@@ -34,7 +34,7 @@ dependencies = [
3434
]
3535

3636
[project.optional-dependencies]
37-
dev = ["flake8", "pytest", "pytest-cov", "pytest_httpserver", "pytest-socket", "Pillow", "tox", "twine", "coverage", "coveralls", "build"]
37+
dev = ["flake8", "flake8-pyproject", "pytest", "pytest-cov", "pytest_httpserver", "pytest-socket", "Pillow", "tox", "twine", "coverage", "coveralls", "build"]
3838
docs = ["ipykernel", "nbconvert", "nbsphinx", "pypandoc", "sphinx==8.1.3"]
3939
release = ["build", "twine", "wheel"]
4040
test = ["pytest"]

0 commit comments

Comments
 (0)