mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
525613216c
Summary: Upgrades asttokens and uses the newly released support for astroid trees in `asttokens.ASTText` which is needed to deal with f-strings (as opposed to `asttokens.ASTTokens`). Test Plan: Added a Python unit test Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D4027
18 lines
367 B
Plaintext
18 lines
367 B
Plaintext
### python 2 requirements, see requirements3.txt for python 3
|
|
|
|
astroid==1.6.6
|
|
asttokens==2.4.0
|
|
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
|