From e4d1c2848601d792ce16eee50222abeb23b77c11 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 28 May 2026 11:44:28 -0700 Subject: init commit --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..50298b4 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,13 @@ +[project] +name = "captcha" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.12" +dependencies = [ + "beautifulsoup4>=4.14.3", + "insightface>=1.0.1", + "onnxruntime>=1.26.0", + "opencv-python>=4.13.0.92", + "requests>=2.34.2", +] -- cgit v1.2.3