mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Error explanations from friendly-traceback
Summary: Extend formula error messages with explanations from https://github.com/friendly-traceback/friendly-traceback. Only for Python 3. Test Plan: Updated several Python tests. In general, these require separate branches for Python 2 and 3. Reviewers: georgegevoian Reviewed By: georgegevoian Differential Revision: https://phab.getgrist.com/D3542
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
astroid==2.5.7 # this is a difference between python 2 and 3, everything else is same
|
||||
# friendly-traceback and its dependencies, for python 3 only
|
||||
friendly-traceback==0.5.46
|
||||
stack-data==0.3.0
|
||||
executing==0.8.3
|
||||
pure-eval==0.2.2
|
||||
|
||||
# Different astroid version for python 3
|
||||
astroid==2.5.7
|
||||
|
||||
# Everything after this is the same for python 2 and 3
|
||||
asttokens==2.0.5
|
||||
backports.functools-lru-cache==1.6.4
|
||||
chardet==4.0.0
|
||||
|
||||
Reference in New Issue
Block a user