Skip to content

Commit

Permalink
use tgcrypto fork
Browse files Browse the repository at this point in the history
Signed-off-by: eyMarv <[email protected]>
  • Loading branch information
wulan17 authored and eyMarv committed Mar 30, 2024
1 parent 9b89c56 commit 9620b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/topics/speedups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Installation

.. code-block:: bash
$ pip3 install -U tgcrypto-pyrofork
$ pip3 install -U tgcrypto-pyroblack
Usage
^^^^^
Expand Down Expand Up @@ -84,5 +84,5 @@ The ``uvloop.install()`` call also needs to be placed before creating a Client i
app.run()
.. _TgCrypto: https://github.com/pyrogram/tgcrypto
.. _TgCrypto: https://github.com/eyMarv/tgcrypto-pyroblack
.. _uvloop: https://github.com/MagicStack/uvloop
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = "pyroblack"
dynamic = ["version"]
description = "Fork of pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"
description = "Pyrogram, but black. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"
authors = [{ name = "eyMarv", email = "[email protected]" }]
dependencies = ["aiosqlite>=0.19.0", "pyaes==1.6.1", "pysocks==1.7.1", "pymediainfo-pyrofork>=6.0.1,<7.0.0"]
dependencies = ["aiosqlite>=0.19.0", "pyaes==1.6.1", "pysocks==1.7.1", "pymediainfo-pyroblack>=6.0.1,<7.0.0"]
readme = "README.md"
license = "LGPL-3.0-or-later"
requires-python = "~=3.8"
Expand Down Expand Up @@ -66,7 +66,7 @@ docs = [
]

speedup = [
"tgcrypto>=1.2.5",
"tgcrypto-pyroblack>=1.2.5",
"uvloop>=0.19.0"
]

Expand Down

0 comments on commit 9620b0e

Please sign in to comment.