Add missing dev dependencies

This commit is contained in:
Alexander Terekhov
2023-05-02 09:09:38 +03:00
parent 75daa44c5a
commit 8f5fb4e32b
+9
View File
@@ -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 = [