Skip to content

Commit

Permalink
build/pkgs/ipython/dependencies: drop jinja2
Browse files Browse the repository at this point in the history
IPython itself no longer depends on jinja2 after nbconvert was
factored out of it.
  • Loading branch information
orlitzky committed Sep 7, 2023
1 parent 6ea1fe9 commit d7afa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/pkgs/ipython/dependencies
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$(PYTHON) jinja2 tornado pyzmq pickleshare simplegeneric traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN)
$(PYTHON) tornado pyzmq pickleshare simplegeneric traitlets decorator wcwidth prompt_toolkit pygments pexpect appnope backcall jedi stack_data | $(PYTHON_TOOLCHAIN)

----------
All lines of this file are ignored except the first.

0 comments on commit d7afa4c

Please sign in to comment.