Skip to content

Commit

Permalink
Remove async_generator from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Feb 27, 2019
1 parent 40ded93 commit 202ce1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
pyaes
rsa
async_generator
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,7 @@ def main():
packages=find_packages(exclude=[
'telethon_*', 'run_tests.py', 'try_telethon.py'
]),
install_requires=['pyaes', 'rsa',
'async_generator'],
install_requires=['pyaes', 'rsa'],
extras_require={
'cryptg': ['cryptg']
}
Expand Down

0 comments on commit 202ce1f

Please sign in to comment.