blob: 50298b49f0e024dd4aae94aa0655c47e1cfad0b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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",
]
|