diff --git a/setup.py b/setup.py index 84083aa..54237c5 100644 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index 3921d5f..1a6ff15 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,6 @@ envlist = py37,py38 [testenv] extras = - magic dev setenv = PYTHONPATH = pythonhere