First commit

This commit is contained in:
csd4ni3l
2025-08-08 18:08:41 +02:00
commit 8ab56b218f
18 changed files with 1552 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "grass-touching-captcha"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"dotenv>=0.9.9",
"flask>=3.1.1",
"flask-login>=0.6.3",
"numpy>=2.3.2",
"requests>=2.32.4",
]