diff options
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", +] |
