13 lines
271 B
TOML
13 lines
271 B
TOML
[project]
|
|
name = "g6pro360"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
"opencv-python>=4.13.0.92",
|
|
"python-dotenv>=1.2.1",
|
|
"uiprotect[talkback]>=10.2.2",
|
|
]
|