Commit bb77b493 authored by Jérome Perrin's avatar Jérome Perrin

erp5: add typing egg

https://pypi.org/project/typing/ a backport of python > 3.5 typing
module

With this module, we can already write type annotations in python 2 (
https://mypy.readthedocs.io/en/latest/cheat_sheet.html ) and give hints
to jedi.
parent 9b5f364b
......@@ -519,6 +519,7 @@ eggs = ${neoppod:eggs}
pylint
jedi
yapf
typing
pytracemalloc
xlrd
......@@ -835,3 +836,5 @@ jedi = 0.15.1
parso = 0.5.1
yapf = 0.28.0
typing = 3.7.4.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