diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-27 13:53:55 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-27 13:53:55 -0700 |
| commit | 478b257fa4b5f09730f87e6bf35555a1062e26ac (patch) | |
| tree | 3365ac2fb5f859c72f42368864c70bc991e576ef /captcha_scraper/pyproject.toml | |
| parent | e037112ab1f6f4f6dd987d37bd0a343f74d89f8e (diff) | |
add kpop captcha scraper
Diffstat (limited to 'captcha_scraper/pyproject.toml')
| -rw-r--r-- | captcha_scraper/pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/captcha_scraper/pyproject.toml b/captcha_scraper/pyproject.toml new file mode 100644 index 0000000..50298b4 --- /dev/null +++ b/captcha_scraper/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", +] |
