mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-12-04 07:13:45 +03:00
Remove async_generator from dependencies
This commit is contained in:
parent
40ded93c7c
commit
202ce1f494
|
@ -1,3 +1,2 @@
|
||||||
pyaes
|
pyaes
|
||||||
rsa
|
rsa
|
||||||
async_generator
|
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -214,8 +214,7 @@ def main():
|
||||||
packages=find_packages(exclude=[
|
packages=find_packages(exclude=[
|
||||||
'telethon_*', 'run_tests.py', 'try_telethon.py'
|
'telethon_*', 'run_tests.py', 'try_telethon.py'
|
||||||
]),
|
]),
|
||||||
install_requires=['pyaes', 'rsa',
|
install_requires=['pyaes', 'rsa'],
|
||||||
'async_generator'],
|
|
||||||
extras_require={
|
extras_require={
|
||||||
'cryptg': ['cryptg']
|
'cryptg': ['cryptg']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user