mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 20:54:51 +00:00
Merge branch 'develop' into asyncio
This commit is contained in:
commit
c55936adae
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
tgcrypto>=1.0.4
|
||||
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