Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Aug 12, 2019
1 parent 8f679ee commit 2db5b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pytest_notebook/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
A pytest plugin for testing Jupyter Notebooks.
"""
__version__ = "0.4.0"
__version__ = "0.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
python_requires=">=3.5",
install_requires=[
"pytest>=3.5.0",
"attr",
"attrs",
"jupyter_client",
"nbconvert",
"nbdime",
Expand Down

0 comments on commit 2db5b14

Please sign in to comment.