Skip to content

Commit

Permalink
dependencies: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
alissonlauffer committed Jun 1, 2024
1 parent a9107d3 commit 2fe3f08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ readme = "README.rst"
dependencies = [
"emoji-regex",
"gpytranslate==1.5.1",
"httpx[http2]>=0.18.1,<1.0.0",
"httpx[http2]>=0.27.0,<1.0.0",
"humanfriendly",
"hydrogram @ https://github.com/hydrogram/hydrogram/archive/dev.zip",
"meval==2.5",
"Pillow>=8.4.0,<11.0.0",
"Pillow>=10.3.0,<11.0.0",
"pytio",
"regex",
"speedtest-cli",
"tgcrypto",
# Using uvloop to increase general speed and stability. Ignored under Windows
"uvloop>=0.10.0,<1.0.0; platform_system != 'Windows'",
"uvloop>=0.19.0,<1.0.0; platform_system != 'Windows'",
"yarl",
"yt-dlp==2023.11.16",
"yt-dlp==2024.5.27",
]
requires-python = ">=3.9"

Expand Down

0 comments on commit 2fe3f08

Please sign in to comment.