mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-06 05:00:23 +03:00
Python 3.5 doesn't need typing backport
This commit is contained in:
parent
d985578e6c
commit
ff29a2b042
2
setup.py
2
setup.py
|
@ -154,7 +154,7 @@ def main():
|
||||||
'telethon_generator/parser/tl_parser.py',
|
'telethon_generator/parser/tl_parser.py',
|
||||||
]),
|
]),
|
||||||
install_requires=['pyaes', 'rsa',
|
install_requires=['pyaes', 'rsa',
|
||||||
'typing' if version_info < (3, 6) else ""],
|
'typing' if version_info < (3, 5) else ""],
|
||||||
extras_require={
|
extras_require={
|
||||||
'cryptg': ['cryptg'],
|
'cryptg': ['cryptg'],
|
||||||
'sqlalchemy': ['sqlalchemy']
|
'sqlalchemy': ['sqlalchemy']
|
||||||
|
|
Loading…
Reference in New Issue
Block a user