2021-04-30 16:11:09 +02:00
|
|
|
pip
|
|
|
|
|
setuptools
|
|
|
|
|
wheel
|
|
|
|
|
|
|
|
|
|
# needed by buildozer:
|
|
|
|
|
pexpect
|
|
|
|
|
sh
|
2025-06-04 20:15:04 +00:00
|
|
|
# some p4a recipes don't work with cython 3+
|
|
|
|
|
cython<3.0
|
2021-04-30 16:11:09 +02:00
|
|
|
|
|
|
|
|
# needed by python-for-android:
|
|
|
|
|
appdirs
|
2022-11-04 19:40:05 +00:00
|
|
|
# colorama upper bound to avoid needing hatchling
|
|
|
|
|
colorama>=0.3.3,<0.4.6
|
2021-04-30 16:11:09 +02:00
|
|
|
jinja2
|
|
|
|
|
sh>=1.10
|
2022-10-14 16:45:35 +00:00
|
|
|
pep517
|
2021-04-30 16:11:09 +02:00
|
|
|
toml
|
2022-03-14 17:46:54 +01:00
|
|
|
|
|
|
|
|
# needed for the Qt/QML Android GUI:
|
2022-10-14 14:28:11 +00:00
|
|
|
# TODO double-check this
|
2022-03-14 17:46:54 +01:00
|
|
|
typing-extensions
|