From 403f2004c1ac19299390550bfda2fff7adcf5142 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 28 May 2026 11:48:42 -0700 Subject: convert captcha scraper to a submodule --- captcha_scraper/pyproject.toml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 captcha_scraper/pyproject.toml (limited to 'captcha_scraper/pyproject.toml') diff --git a/captcha_scraper/pyproject.toml b/captcha_scraper/pyproject.toml deleted file mode 100644 index 50298b4..0000000 --- a/captcha_scraper/pyproject.toml +++ /dev/null @@ -1,13 +0,0 @@ -[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