mirror of https://github.com/tqdm/tqdm.git
add discord requests dep
This commit is contained in:
parent
1db24b4ff4
commit
8aa9470e48
|
@ -85,6 +85,7 @@ dependencies = ['colorama; platform_system == "Windows"']
|
|||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-xdist"]
|
||||
discord = ["requests"]
|
||||
slack = ["slack-sdk"]
|
||||
telegram = ["requests"]
|
||||
notebook = ["ipywidgets>=6"]
|
||||
|
|
Loading…
Reference in New Issue