mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
16a43edc2e
Summary: Upgrading the friendly-traceback package to include a fix that I specifically requested in https://github.com/friendly-traceback/friendly-traceback/issues/144 as a solution for the problem mentioned in https://grist.quip.com/HoSmAlvFax0j#MbTADAEcJb7 . Specifically, this shows a friendly explanation when using `len()` with a generator expression. Also upgraded the dependencies `executing` and `stack_data` (which are mine) while I'm at it, although I don't expect this to really change anything. Test Plan: Existing tests. There was one test failure because of a new explanation about generic `Exception`s which I've suppressed. Tested manually that the new explanation appears: {F64605} Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D3687
32 lines
723 B
Plaintext
32 lines
723 B
Plaintext
### python 3 requirements, see requirements.txt for python 2
|
|
|
|
# friendly-traceback and its dependencies, for python 3 only
|
|
friendly-traceback==0.7.48
|
|
stack-data==0.5.1
|
|
executing==1.1.1
|
|
pure-eval==0.2.2
|
|
|
|
# openpyxl and its dependencies, for imports, which are python 3 only
|
|
openpyxl==3.0.10
|
|
jdcal==1.4.1
|
|
et-xmlfile==1.0.1
|
|
|
|
# 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
|
|
iso8601==0.1.12
|
|
lazy_object_proxy==1.6.0
|
|
phonenumberslite==8.12.57
|
|
python_dateutil==2.8.2
|
|
roman==2.0.0
|
|
singledispatch==3.6.2
|
|
six==1.16.0
|
|
sortedcontainers==2.4.0
|
|
wrapt==1.12.1
|
|
unittest-xml-reporting==2.0.0
|