We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d650487 commit 7e8dba9Copy full SHA for 7e8dba9
MANIFEST.in
@@ -20,5 +20,6 @@ include CHANGELOG.rst
20
include CONTRIBUTING.rst
21
include LICENSE
22
include README.rst
23
+include SECURITY.md
24
25
global-exclude *.py[cod] __pycache__/* *.so *.dylib
pyproject.toml
@@ -55,6 +55,8 @@ dependencies = [
55
[dependency-groups]
56
test = [
57
"pytest",
58
+ "twisted",
59
+ "pytest-benchmark",
60
]
61
62
[project.urls]
tox.ini
@@ -31,7 +31,6 @@ dependency_groups =
31
test
32
deps =
33
pytest-cov
34
- pytest-benchmark
35
setuptools>=80
36
commands =
37
{posargs:pytest --cov --cov-report=term-missing --cov-report=xml -vv tests README.rst}
0 commit comments