Skip to content

Commit

Permalink
Merge pull request ipython#12751 from yurzo/7.x
Browse files Browse the repository at this point in the history
Pin Jedi dependency.
  • Loading branch information
Carreau committed Jan 11, 2021
2 parents e2c3e5f + a1b87bd commit dff120d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions setup.py
Expand Up @@ -186,14 +186,14 @@
)

install_requires = [
'setuptools>=18.5',
'jedi>=0.10',
'decorator',
'pickleshare',
'traitlets>=4.2',
'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1',
'pygments',
'backcall',
"setuptools>=18.5",
"jedi>=0.16,<0.18.0",
"decorator",
"pickleshare",
"traitlets>=4.2",
"prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1",
"pygments",
"backcall",
]

# Platform-specific dependencies:
Expand Down

0 comments on commit dff120d

Please sign in to comment.