Skip to content

Commit

Permalink
Merge pull request #97 from AndreiDrang/main
Browse files Browse the repository at this point in the history
Upd libs
  • Loading branch information
AndreiDrang committed Jun 20, 2024
2 parents 9b9ab8f + 5412f3f commit e961026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ If you have any questions, please send a message to the [Telegram](https://t.me/

Or email [email protected]

***

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.

***

## How to install?

We recommend using the latest version of Python. `python3-capsolver` supports Python 3.7+.
Expand Down
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ sphinx==7.3.7
pallets_sphinx_themes==2.1.3
myst-parser==3.0.1
autodoc_pydantic==2.2.0
pydantic==2.7.1
pydantic-settings==2.2.1
pydantic==2.7.4
pydantic-settings==2.3.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ classifiers = [
dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"pydantic==2.7.1",
"pydantic==2.7.4",
"tenacity==8.*"
]

Expand Down

0 comments on commit e961026

Please sign in to comment.