Skip to content

Commit

Permalink
make magic dependencies mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b committed Dec 18, 2020
1 parent ba0cc15 commit f27bcb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,11 @@
"kivy>=2.0.0",
"herethere>=0.0.2,<0.1.0",
"ifaddr",
"ipython",
"ipywidgets",
"nest_asyncio",
],
extras_require={
"magic": [
"ipython",
"ipywidgets",
],
"dev": [
"black",
"codecov",
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ envlist = py37,py38

[testenv]
extras =
magic
dev
setenv =
PYTHONPATH = pythonhere
Expand Down

0 comments on commit f27bcb8

Please sign in to comment.