Skip to content

Commit 1b48327

Browse files
author
Andrei
authored
Merge pull request #26 from AndreiDrang/main
Upd
2 parents b9bd575 + 8e0df2e commit 1b48327

5 files changed

Lines changed: 18 additions & 23 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ python setup.py install
5151
1. You need set ``API_KEY`` in your environment(get this value from you account).
5252
2. Run command ``make tests``, from root directory.
5353

54-
### Additional info
55-
1. [Library usage examples && Docs](https://andreidrang.github.io/python3-captchaai/)
56-
2. [Capsolver errors list](https://captchaai.atlassian.net/wiki/spaces/CAPTCHAAI/pages/426145/)
57-
58-
5954
### How to get API Key to work with the library
6055
1. On the page - https://dashboard.capsolver.com/overview/user-center
6156
2. Find it: ![img.png](files/img.png)

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pallets_sphinx_themes==2.*
2-
myst-parser==0.18.*
2+
myst-parser==1.0.*
33
autodoc_pydantic==1.8.*

requirements.style.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# codestyle
22
isort==5.*
3-
black==22.*
3+
black==23.*
44
autoflake==2.*

requirements.test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pytest==7.*
2-
coverage==6.*
2+
coverage==7.*
33
pytest-asyncio==0.*

src/setup.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,21 +82,21 @@ def run(self):
8282
url=URL,
8383
license="MIT",
8484
keywords="""
85-
captcha
86-
recaptcha
87-
geetest
88-
hcaptcha
89-
capypuzzle
90-
tiktok
91-
rotatecaptcha
92-
funcaptcha
93-
keycaptcha
94-
python3
95-
python-library
96-
capsolver
97-
kasada
98-
datadomeslider
99-
mtcaptcha
85+
captcha
86+
recaptcha
87+
geetest
88+
hcaptcha
89+
capypuzzle
90+
tiktok
91+
rotatecaptcha
92+
funcaptcha
93+
keycaptcha
94+
python3
95+
python-library
96+
capsolver
97+
kasada
98+
datadomeslider
99+
mtcaptcha
100100
""",
101101
python_requires=REQUIRES_PYTHON,
102102
zip_safe=False,

0 commit comments

Comments
 (0)