Skip to content

Commit

Permalink
Introduce the Pyrogram dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
prathamdby committed Mar 17, 2024
1 parent ccfd16c commit a6fd767
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 5 deletions.
35 changes: 30 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
g4f = {extras = ["all"], version = "^0.2.5.4"}
pyrogram = {extras = ["all"], version = "^2.0.106"}

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
Expand Down

0 comments on commit a6fd767

Please sign in to comment.