23 lines
335 B
Plaintext
23 lines
335 B
Plaintext
pip
|
|
setuptools
|
|
wheel
|
|
|
|
# needed by buildozer:
|
|
pexpect
|
|
sh
|
|
# some p4a recipes don't work with cython 3+
|
|
cython<3.0
|
|
|
|
# needed by python-for-android:
|
|
appdirs
|
|
# colorama upper bound to avoid needing hatchling
|
|
colorama>=0.3.3,<0.4.6
|
|
jinja2
|
|
sh>=1.10
|
|
pep517
|
|
toml
|
|
|
|
# needed for the Qt/QML Android GUI:
|
|
# TODO double-check this
|
|
typing-extensions
|