summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 07:20:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-11-25 07:20:35 +0000
commitafe32357dad42cf16838d7a2076db4e1a4c6a36b (patch)
tree83fb8864dc91854198b9124e8fe84c4d35d3f417 /pyproject.toml
parentReleasing debian version 4.67.0-1. (diff)
downloadtqdm-afe32357dad42cf16838d7a2076db4e1a4c6a36b.tar.xz
tqdm-afe32357dad42cf16838d7a2076db4e1a4c6a36b.zip
Merging upstream version 4.67.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5651e88..c31f86a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -84,7 +84,7 @@ classifiers = [
dependencies = ['colorama; platform_system == "Windows"']
[project.optional-dependencies]
-dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-xdist"]
+dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]
discord = ["requests"]
slack = ["slack-sdk"]
telegram = ["requests"]