Skip to content

Commit

Permalink
Add ipycytoscape
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Rose committed May 20, 2022
1 parent be47c3d commit b3d7611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"jinja2",
],
"delayed": [], # keeping for backwards compatibility
"pyodide": ["jinja2"],
"pyodide": ["ipycytoscape", "jinja2"],
}
extras_require["complete"] = sorted({v for req in extras_require.values() for v in req})
# after complete is set, add in test
Expand Down

0 comments on commit b3d7611

Please sign in to comment.