Skip to content

Commit

Permalink
Merge pull request #109 from AndreiDrang/main
Browse files Browse the repository at this point in the history
upd
  • Loading branch information
AndreiDrang committed Aug 7, 2024
2 parents e961026 + 9a03bea commit 1a12812
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

![Logo](https://red-panda-dev.xyz/media/images/Capsolver_ugBYrN0.original.png)

<a href="https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1">
<img src="https://cdn.discordapp.com/attachments/1105172394655625306/1105180101802471575/20221207-160749.gif" alt="Capsolver's Banner">
</a>
<br>
At the lowest price on the market, you may receive a variety of solutions, including reCAPTCHA V2, reCAPTCHA V3, hCaptcha, hCaptcha Click, FunCaptcha, picture-to-text, and more. With this service, 0.1s is the slowest speed ever measured.
<hr>

[![PyPI version](https://badge.fury.io/py/python3-capsolver.svg)](https://badge.fury.io/py/python3-capsolver)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Python3 library for `Capsolver API <https://dashboard.capsolver.com/passport/reg

The library is intended for software developers and is used to work with the `Capsolver API <https://dashboard.capsolver.com/passport/register?inviteCode=kQTn-tG07Jb1)>`_.

Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_. For example - `Torrents Tracker bot <https://t.me/torrents_tracker_bot>`_ for Telegram
Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/blog/>`_.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/main/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The library is intended for software developers and is used to work with the [Ca

***

You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/). For example - [Torrents Tracker bot](https://t.me/torrents_tracker_bot) for Telegram.
You can check our other projects here - [RedPandaDev group](https://red-panda-dev.xyz/blog/).

***

Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
sphinx==7.3.7
sphinx==8.0.2
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
myst-parser==4.0.0
autodoc_pydantic==2.2.0
pydantic==2.7.4
pydantic-settings==2.3.3
pydantic==2.8.2
pydantic-settings==2.4.0
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ classifiers = [
dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"pydantic==2.7.4",
"tenacity==8.*"
"pydantic==2.8.2",
"tenacity>=8,<10"
]

[tool.setuptools.packages.find]
Expand Down
2 changes: 1 addition & 1 deletion requirements.style.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# codestyle
isort==5.*
black==24.4.2
black==24.8.0
autoflake==2.*

0 comments on commit 1a12812

Please sign in to comment.