mirror of https://github.com/tqdm/tqdm.git
parent
6338f62169
commit
cac7150d7c
|
@ -1,6 +1,6 @@
|
||||||
pre-commit
|
pre-commit
|
||||||
pytest
|
pytest
|
||||||
pytest-asyncio
|
pytest-asyncio>=0.24
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-timeout
|
pytest-timeout
|
||||||
git+https://github.com/casperdcl/nbval.git@master#egg=nbval
|
git+https://github.com/casperdcl/nbval.git@master#egg=nbval
|
||||||
|
|
|
@ -37,7 +37,7 @@ repos:
|
||||||
- numpy
|
- numpy
|
||||||
- pandas
|
- pandas
|
||||||
- pytest-timeout
|
- pytest-timeout
|
||||||
- pytest-asyncio>0.21
|
- pytest-asyncio>=0.24
|
||||||
- repo: https://github.com/PyCQA/flake8
|
- repo: https://github.com/PyCQA/flake8
|
||||||
rev: 7.1.1
|
rev: 7.1.1
|
||||||
hooks:
|
hooks:
|
||||||
|
|
|
@ -20,7 +20,7 @@ dependencies:
|
||||||
- pytest
|
- pytest
|
||||||
- pytest-cov
|
- pytest-cov
|
||||||
- pytest-timeout
|
- pytest-timeout
|
||||||
- pytest-asyncio
|
- pytest-asyncio>=0.24
|
||||||
- coverage
|
- coverage
|
||||||
# extras
|
# extras
|
||||||
- dask # dask
|
- dask # dask
|
||||||
|
|
|
@ -84,7 +84,7 @@ classifiers = [
|
||||||
dependencies = ['colorama; platform_system == "Windows"']
|
dependencies = ['colorama; platform_system == "Windows"']
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio", "nbval"]
|
dev = ["pytest>=6", "pytest-cov", "pytest-timeout", "pytest-asyncio>=0.24", "nbval"]
|
||||||
discord = ["requests"]
|
discord = ["requests"]
|
||||||
slack = ["slack-sdk"]
|
slack = ["slack-sdk"]
|
||||||
telegram = ["requests"]
|
telegram = ["requests"]
|
||||||
|
|
Loading…
Reference in New Issue