mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
5dfa9a542c
Summary: Replaced mentions of Python 3.9 with 3.11 Test Plan: this Reviewers: paulfitz, georgegevoian Reviewed By: paulfitz, georgegevoian Subscribers: dsagal, georgegevoian, paulfitz Differential Revision: https://phab.getgrist.com/D3980
16 lines
333 B
Plaintext
16 lines
333 B
Plaintext
# python 3 requirements, see requirements.txt for python 2
|
|
# From this, "./build python3" generates requirements.txt by running pip-compile.
|
|
|
|
friendly-traceback
|
|
openpyxl
|
|
astroid
|
|
roman
|
|
chardet
|
|
iso8601
|
|
phonenumberslite
|
|
python-dateutil
|
|
six
|
|
sortedcontainers
|
|
unittest-xml-reporting
|
|
typing-extensions # used by astroid before Python 3.11
|