Skip to content

Commit e741bcd

Browse files
committed
Drop [fast] setup directive
1 parent f5c78ed commit e741bcd

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

docs/source/intro/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install Pyrogram
2424

2525
.. code-block:: text
2626
27-
$ pip3 install -U pyrogram[fast]
27+
$ pip3 install -U pyrogram tgcrypto
2828
2929
Bleeding Edge
3030
-------------

setup.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,6 @@ def run(self):
175175
},
176176
zip_safe=False,
177177
install_requires=requires,
178-
extras_require={
179-
"fast": ["tgcrypto==1.2.0"]
180-
},
181178
cmdclass={
182179
"clean": Clean,
183180
"generate": Generate

0 commit comments

Comments
 (0)