mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-01 10:49:58 +03:00
Add dependency.
This commit is contained in:
parent
ba3a090a80
commit
bd49e2cee5
10
setup.py
10
setup.py
|
@ -232,7 +232,15 @@ def main(argv):
|
||||||
packages=find_packages(exclude=[
|
packages=find_packages(exclude=[
|
||||||
'telethon_*', 'tests*'
|
'telethon_*', 'tests*'
|
||||||
]),
|
]),
|
||||||
install_requires=['pyaes', 'rsa'],
|
|
||||||
|
# List run-time dependencies here. These will be installed by pip when your
|
||||||
|
# project is installed. For an analysis of "install_requires" vs pip's
|
||||||
|
# requirements files see:
|
||||||
|
# https://packaging.python.org/en/latest/requirements.html
|
||||||
|
install_requires=[
|
||||||
|
'pyaes', 'rsa',
|
||||||
|
'tg_file_id>=0.0.4,<=1.0.0', # See https://github.com/LonamiWebs/Telethon/issues/1613#issuecomment-723448147
|
||||||
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
'cryptg': ['cryptg']
|
'cryptg': ['cryptg']
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user