first commit

This commit is contained in:
2026-03-30 13:05:26 +03:00
commit 003b40ffcf
8 changed files with 509 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "t"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"pyside6>=6.11.0",
"rich>=14.3.3",
"selenium>=4.41.0",
"textual>=8.2.1",
]