Add missing dev dependencies
This commit is contained in:
@@ -32,11 +32,20 @@ hdf5 = [
|
|||||||
develop = [
|
develop = [
|
||||||
'coveralls',
|
'coveralls',
|
||||||
'mypy',
|
'mypy',
|
||||||
|
'ruff',
|
||||||
|
'pre-commit',
|
||||||
'pytest',
|
'pytest',
|
||||||
'pytest-asyncio',
|
'pytest-asyncio',
|
||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'pytest-mock',
|
'pytest-mock',
|
||||||
'pytest-random-order',
|
'pytest-random-order',
|
||||||
|
'isort',
|
||||||
|
'time-machine',
|
||||||
|
'types-cachetools',
|
||||||
|
'types-filelock',
|
||||||
|
'types-requests',
|
||||||
|
'types-tabulate',
|
||||||
|
'types-python-dateutil'
|
||||||
]
|
]
|
||||||
|
|
||||||
jupyter = [
|
jupyter = [
|
||||||
|
|||||||
Reference in New Issue
Block a user