Skip to content

Commit

Permalink
Increase minimal required version of Jedi (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 authored Aug 25, 2019
1 parent 46c04c0 commit 8bbd246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'future>=0.14.0',
'futures; python_version<"3.2"',
'backports.functools_lru_cache; python_version<"3.2"',
'jedi>=0.13.2,<0.15,!=0.14.0',
'jedi>=0.14.1,<0.15',
'python-jsonrpc-server>=0.1.0',
'pluggy'
],
Expand Down

0 comments on commit 8bbd246

Please sign in to comment.