diff --git a/environment.yml b/environment.yml index cf17dc1281ec9..91ea26eef4b61 100644 --- a/environment.yml +++ b/environment.yml @@ -17,10 +17,17 @@ dependencies: - flake8-rst>=0.6.0,<=0.7.0 - gitpython - hypothesis>=3.82 + - ipywidgets - isort - moto - mypy + - nbconvert>=5.4.1 + - nbformat + - notebook>=5.7.5 + - pandoc - pycodestyle + - pyqt + - python-snappy - pytest>=4.0.2 - pytest-mock - sphinx diff --git a/requirements-dev.txt b/requirements-dev.txt index 115a93495c95b..e6085920a9999 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,10 +8,17 @@ flake8-comprehensions flake8-rst>=0.6.0,<=0.7.0 gitpython hypothesis>=3.82 +ipywidgets isort moto mypy +nbconvert>=5.4.1 +nbformat +notebook>=5.7.5 +pandoc pycodestyle +pyqt +python-snappy pytest>=4.0.2 pytest-mock sphinx