We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a1f714 commit b642726Copy full SHA for b642726
environment.yml
@@ -17,10 +17,17 @@ dependencies:
17
- flake8-rst>=0.6.0,<=0.7.0
18
- gitpython
19
- hypothesis>=3.82
20
+ - ipywidgets
21
- isort
22
- moto
23
- mypy
24
+ - nbconvert>=5.4.1
25
+ - nbformat
26
+ - notebook>=5.7.5
27
+ - pandoc
28
- pycodestyle
29
+ - pyqt
30
+ - python-snappy
31
- pytest>=4.0.2
32
- pytest-mock
33
- sphinx
requirements-dev.txt
@@ -8,10 +8,17 @@ flake8-comprehensions
8
flake8-rst>=0.6.0,<=0.7.0
9
gitpython
10
hypothesis>=3.82
11
+ipywidgets
12
isort
13
moto
14
mypy
15
+nbconvert>=5.4.1
16
+nbformat
+notebook>=5.7.5
+pandoc
pycodestyle
+pyqt
+python-snappy
pytest>=4.0.2
pytest-mock
sphinx
0 commit comments