We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f923e commit 3560c4eCopy full SHA for 3560c4e
1 file changed
src/briefcase/bootstraps/toga.py
@@ -58,7 +58,9 @@ def pyproject_table_macOS(self):
58
def pyproject_table_linux(self):
59
return """\
60
requires = [
61
- "toga-gtk~=0.5.0",
+ "git+https://github.com/beeware/toga@main#subdirectory=core",
62
+ "git+https://github.com/beeware/toga@main#subdirectory=travertino",
63
+ "git+https://github.com/beeware/toga@main#subdirectory=gtk",
64
# PyGObject 3.52.1 enforces a requirement on libgirepository-2.0-dev. This library
65
# isn't available on Debian 12/Ubuntu 22.04. If you don't need to support those (or
66
# older) releases, you can remove this version pin. See beeware/toga#3143.
0 commit comments