diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 07:20:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-11-25 07:20:35 +0000 |
commit | afe32357dad42cf16838d7a2076db4e1a4c6a36b (patch) | |
tree | 83fb8864dc91854198b9124e8fe84c4d35d3f417 /pyproject.toml | |
parent | Releasing debian version 4.67.0-1. (diff) | |
download | tqdm-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.toml | 2 |
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"] |