initial commit

This commit is contained in:
2025-08-28 20:48:10 -07:00
commit 69a7bd4f98
7 changed files with 702 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "teppei"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.25.0",
"selenium>=4.0.0",
]