Mention cryptg as an optional dependency

This commit is contained in:
Lonami Exo
2018-02-17 12:14:23 +01:00
parent d581589313
commit 7c647b57e3
4 changed files with 14 additions and 1 deletions

View File

@@ -149,7 +149,10 @@ def main():
'telethon_generator', 'telethon_tests', 'run_tests.py',
'try_telethon.py'
]),
install_requires=['pyaes', 'rsa']
install_requires=['pyaes', 'rsa'],
extras_require={
'cryptg': ['cryptg']
}
)