ports/devel/ipython/files/patch-ipython.egg-info_requires.txt
Rainer Hurling d3f4265aca devel/ipython: Correct version requirement for prompt_toolkit
... to be in line with the version available in ports.
2023-03-28 09:09:53 -07:00

11 lines
283 B
Text

--- ipython.egg-info/requires.txt.orig 2023-02-28 12:13:41 UTC
+++ ipython.egg-info/requires.txt
@@ -3,7 +3,7 @@ pickleshare
jedi>=0.16
matplotlib-inline
pickleshare
-prompt_toolkit!=3.0.37,<3.1.0,>=3.0.30
+prompt_toolkit<3.1.0,>=3.0.30
pygments>=2.4.0
stack_data
traitlets>=5