mirror of
https://github.com/rommapp/muos-app.git
synced 2026-01-09 06:33:16 +08:00
14 lines
253 B
TOML
14 lines
253 B
TOML
[project]
|
|
name = "muos-app"
|
|
version = "0.6.1"
|
|
description = "A simple muOS app for RomM"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11,<3.12"
|
|
dependencies = [
|
|
"pillow>=12.0",
|
|
"pip>=25.3",
|
|
"pysdl2>=0.9",
|
|
"python-dotenv>=1.2",
|
|
"semver>=3.0",
|
|
]
|