Skip to content

Commit d355b3c

Browse files
author
Steven Silvester
authored
Merge pull request #778 from carlosperate/ipython_genutils
Add `ipython_genutils` dependency to 5.5.x branch.
2 parents b773684 + a19e3af commit d355b3c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[build-system]
22
requires=[
3+
"ipython_genutils",
34
"setuptools",
45
"wheel",
56
"ipython>=5",

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ def run(self):
8585
keywords=['Interactive', 'Interpreter', 'Shell', 'Web'],
8686
python_requires='>=3.5',
8787
install_requires=[
88+
'ipython_genutils',
8889
'ipython>=5.0.0',
8990
'traitlets>=4.1.0',
9091
'jupyter_client',

0 commit comments

Comments
 (0)