Инициализация публичного репозитория

This commit is contained in:
Dmitry
2026-04-24 20:30:33 +03:00
commit 0c6e1591d6
15 changed files with 1082 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "t-tech-gyro"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dotenv>=0.9.9",
"pyyaml>=6.0.3",
"requests>=2.32.5",
"t-tech-investments>=0.3.3",
]