rich: make ipywidgets dependency optional (#121243)

This commit is contained in:
Thomas Woolford 2021-06-23 21:13:54 +09:30 committed by GitHub
parent 0ba004e97d
commit 46113713d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@
, CommonMark
, colorama
, dataclasses
, ipywidgets
, poetry-core
, pygments
, typing-extensions
@ -30,7 +29,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
CommonMark
colorama
ipywidgets
pygments
typing-extensions
] ++ lib.optional (pythonOlder "3.7") [