We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dependencies
pyproject.toml
A common for all platforms dependencies can be defined in pyproject.toml as:
[project] dependencies = [ "plyer==2.1.0" ]
or for Poetry configs:
[tool.poetry.dependencies] plyer = "2.1.0"
The should be an ability to configure dependencies for each of the supported platforms: ios, android, windows, macos, linux and web, for example:
ios
android
windows
macos
linux
web
[tool.flet.ios] dependencies = [ "pyobjus" ] [tool.flet.android] dependencies = [ "pyjnius" ]
No response
The text was updated successfully, but these errors were encountered:
FeodorFitsner
No branches or pull requests
Duplicate Check
Describe the requested feature
A common for all platforms dependencies can be defined in
pyproject.toml
as:or for Poetry configs:
The should be an ability to configure dependencies for each of the supported platforms:
ios
,android
,windows
,macos
,linux
andweb
, for example:Suggest a solution
No response
Screenshots
No response
Additional details
No response
The text was updated successfully, but these errors were encountered: