diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:44:28 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-05-28 11:44:28 -0700 |
| commit | e4d1c2848601d792ce16eee50222abeb23b77c11 (patch) | |
| tree | 4392f43c252c6686bf28b86877f184f2d480fe41 /pyproject.toml | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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", +] |
