mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
49cb51bac5
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
34 lines
735 B
Plaintext
34 lines
735 B
Plaintext
# 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
|
|
enum34==1.1.10
|
|
et-xmlfile==1.0.1
|
|
html5lib==0.999999999
|
|
iso8601==0.1.12
|
|
jdcal==1.4.1
|
|
json_table_schema==0.2.1
|
|
lazy_object_proxy==1.6.0
|
|
lxml==4.6.3 # used in csv plugin only?
|
|
messytables==0.15.2
|
|
openpyxl==2.6.4
|
|
python_dateutil==2.6.0
|
|
python_magic==0.4.12
|
|
roman==2.0.0
|
|
singledispatch==3.6.2
|
|
six==1.16.0
|
|
sortedcontainers==1.5.7
|
|
webencodings==0.5
|
|
wrapt==1.12.1
|
|
xlrd==1.2.0
|
|
unittest-xml-reporting==2.0.0
|