mirror of
https://github.com/ringhyacinth/Star-Office-UI
synced 2026-04-21 13:27:19 +00:00
10 lines
194 B
TOML
10 lines
194 B
TOML
|
|
[project]
|
||
|
|
name = "star-office-ui"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Star Office UI - Backend State Service"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.10"
|
||
|
|
dependencies = [
|
||
|
|
"flask>=3.0.0",
|
||
|
|
]
|