Drop [fast] setup directive

This commit is contained in:
Dan 2020-03-30 11:47:25 +02:00
parent f5c78ed435
commit e741bcdb26
2 changed files with 1 additions and 4 deletions

View File

@ -24,7 +24,7 @@ Install Pyrogram
.. code-block:: text
$ pip3 install -U pyrogram[fast]
$ pip3 install -U pyrogram tgcrypto
Bleeding Edge
-------------

View File

@ -175,9 +175,6 @@ setup(
},
zip_safe=False,
install_requires=requires,
extras_require={
"fast": ["tgcrypto==1.2.0"]
},
cmdclass={
"clean": Clean,
"generate": Generate