Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove workaround of invalid jedi version issue
jedi 0.9.0 is released now.
  • Loading branch information
syohex committed May 7, 2015
1 parent bcba1e3 commit 12dce72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@
name='jediepcserver',
py_modules=['jediepcserver'],
install_requires=[
"jedi==0.8.1",
"jedi>=0.8.1",
"epc>=0.0.4",
"argparse",
],
Expand Down

0 comments on commit 12dce72

Please sign in to comment.