Skip to content

Commit 2db5b14

Browse files
committed
fix dependency
1 parent 8f679ee commit 2db5b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytest_notebook/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
33
A pytest plugin for testing Jupyter Notebooks.
44
"""
5-
__version__ = "0.4.0"
5+
__version__ = "0.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
python_requires=">=3.5",
2121
install_requires=[
2222
"pytest>=3.5.0",
23-
"attr",
23+
"attrs",
2424
"jupyter_client",
2525
"nbconvert",
2626
"nbdime",

0 commit comments

Comments
 (0)