mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Drop [fast] setup directive
This commit is contained in:
parent
f5c78ed435
commit
e741bcdb26
2 changed files with 1 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ Install Pyrogram
|
|||
|
||||
.. code-block:: text
|
||||
|
||||
$ pip3 install -U pyrogram[fast]
|
||||
$ pip3 install -U pyrogram tgcrypto
|
||||
|
||||
Bleeding Edge
|
||||
-------------
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -175,9 +175,6 @@ setup(
|
|||
},
|
||||
zip_safe=False,
|
||||
install_requires=requires,
|
||||
extras_require={
|
||||
"fast": ["tgcrypto==1.2.0"]
|
||||
},
|
||||
cmdclass={
|
||||
"clean": Clean,
|
||||
"generate": Generate
|
||||
|
|
|
|||
Loading…
Reference in a new issue