mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 20:54:51 +00:00
Add TgCrypto as extra requirement in setup.py
This commit is contained in:
parent
fe0744a23f
commit
2b94f46728
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -85,5 +85,5 @@ setup(
|
|||
packages=find_packages(exclude=["compiler*"]),
|
||||
zip_safe=False,
|
||||
install_requires=read("requirements.txt"),
|
||||
extras_require={"tgcrypto": read("requirements_extras.txt")}
|
||||
extras_require={"tgcrypto": ["tgcrypto>=1.0.4"]}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue