File tree Expand file tree Collapse file tree 2 files changed +31
-3
lines changed
Expand file tree Collapse file tree 2 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,41 @@ dependencies = [
1111 " pydantic>=2.0"
1212]
1313
14+ keywords = [
15+ " capmonster" ,
16+ " capmonster-cloud" ,
17+ " captcha" ,
18+ " captcha-solver" ,
19+ " captcha-solving" ,
20+ " captcha-bypass" ,
21+ " recaptcha" ,
22+ " recaptcha-v2" ,
23+ " recaptcha-v3" ,
24+ " hcaptcha" ,
25+ " turnstile" ,
26+ " cloudflare" ,
27+ " funcaptcha" ,
28+ " geetest" ,
29+ " datadome" ,
30+ " image-captcha" ,
31+ " web-scraping" ,
32+ " async" ,
33+ " python" ,
34+ ]
35+
1436classifiers = [
15- " Development Status :: 4 - Beta " ,
37+ " Development Status :: 5 - Production/Stable " ,
1638 " License :: OSI Approved :: MIT License" ,
39+ " Framework :: AsyncIO" ,
40+ " Intended Audience :: Developers" ,
41+ " Topic :: Software Development :: Libraries :: Python Modules" ,
1742 " Programming Language :: Python :: 3" ,
1843 " Programming Language :: Python :: 3.9" ,
1944 " Programming Language :: Python :: 3.10" ,
20- " Programming Language :: Python :: 3.11"
45+ " Programming Language :: Python :: 3.11" ,
46+ " Programming Language :: Python :: 3.12" ,
47+ " Programming Language :: Python :: 3.13" ,
48+ " Operating System :: OS Independent" ,
2149]
2250
2351[project .urls ]
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ output: .retype
33
44branding :
55 title : capmonster_python
6- label : v4
6+ label : v5
77
88links :
99 - text : GitHub
You can’t perform that action at this time.
0 commit comments