13 lines
474 B
Diff
13 lines
474 B
Diff
diff --git a/pyproject.toml b/pyproject.toml
|
|
index 899e7a6..888daa9 100644
|
|
--- a/pyproject.toml
|
|
+++ b/pyproject.toml
|
|
@@ -52,7 +52,7 @@ Donation = 'https://opencollective.com/courtbouillon'
|
|
|
|
[project.optional-dependencies]
|
|
doc = ['sphinx', 'sphinx_rtd_theme']
|
|
-test = ['pytest', 'pytest-cov', 'pytest-flake8', 'pytest-isort', 'coverage[toml]']
|
|
+test = ['pytest', 'pytest-cov', 'pytest-flake8', 'pytest-isort']
|
|
|
|
[project.scripts]
|
|
weasyprint = 'weasyprint.__main__:main'
|