We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0cc15 commit f27bcb8Copy full SHA for f27bcb8
2 files changed
setup.py
@@ -24,12 +24,11 @@
24
"kivy>=2.0.0",
25
"herethere>=0.0.2,<0.1.0",
26
"ifaddr",
27
+ "ipython",
28
+ "ipywidgets",
29
+ "nest_asyncio",
30
],
31
extras_require={
- "magic": [
- "ipython",
- "ipywidgets",
32
- ],
33
"dev": [
34
"black",
35
"codecov",
tox.ini
@@ -3,7 +3,6 @@ envlist = py37,py38
3
4
[testenv]
5
extras =
6
- magic
7
dev
8
setenv =
9
PYTHONPATH = pythonhere
0 commit comments