Commit 2101c521 authored by Jérome Perrin's avatar Jérome Perrin

erp5: add jedi egg

https://jedi.readthedocs.io/en/latest/
Jedi - an awesome autocompletion/static analysis library for Python

The initial idea is to use jedi for completions in ERP5 python editor
for scripts and components.
parent cd8fd546
...@@ -517,6 +517,7 @@ eggs = ${neoppod:eggs} ...@@ -517,6 +517,7 @@ eggs = ${neoppod:eggs}
networkx networkx
# Needed for checking ZODB Components source code # Needed for checking ZODB Components source code
pylint pylint
jedi
pytracemalloc pytracemalloc
xlrd xlrd
...@@ -828,3 +829,6 @@ responses = 0.10.6 ...@@ -828,3 +829,6 @@ responses = 0.10.6
# Required by: # Required by:
# responses = 0.10.6 # responses = 0.10.6
cookies = 2.2.1 cookies = 2.2.1
jedi = 0.15.1
parso = 0.5.1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment