-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (24 loc) · 743 Bytes
/
pyproject.toml
File metadata and controls
27 lines (24 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "capx"
version = "1.0.1"
description = "reCAPTCHA v2 Image Solver using YOLO and Selenium"
authors = [{name = "Mahdi Marjani", email = "mahdi.marjani.dev@gmail.com"}]
license = "MIT"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"selenium>=4.39.0",
"webdriver_manager>=4.0.2",
"capx-core>=1.0.1",
"capx-client>=1.0.1",
]
[tool.setuptools]
packages = ["capx"]
[project.urls]
Homepage = "https://github.com/mahdi-marjani/capx"
Documentation = "https://github.com/mahdi-marjani/capx"
Repository = "https://github.com/mahdi-marjani/capx.git"
Issues = "https://github.com/mahdi-marjani/capx/issues"