first commit

This commit is contained in:
2025-08-27 00:03:36 +03:00
parent 8117c8e389
commit a5c4a0db3c
7 changed files with 717 additions and 0 deletions

16
pyproject.toml Normal file
View File

@ -0,0 +1,16 @@
[tool.poetry]
name = "steampozor"
version = "0.1.0"
description = ""
authors = ["SaddyDEAD <saddydead@sonoma.su>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.13"
paramiko = "^4.0.0"
tqdm = "^4.67.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"