feat: add stock monitoring and Discord notification functionality

This commit is contained in:
2026-01-23 12:10:19 +01:00
parent 4a591d8893
commit acfcfb0a64
3 changed files with 293 additions and 1 deletions

View File

@@ -3,4 +3,6 @@ name = "pyt1"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = []
dependencies = [
"requests>=2.32.5",
]