mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04: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*"]),
|
packages=find_packages(exclude=["compiler*"]),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=read("requirements.txt"),
|
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