gristlabs_grist-core/sandbox/requirements3.in
Alex Hall 5dfa9a542c (core) Upgrade to Python 3.11
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
2023-08-04 18:19:40 +02:00

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