Update setup.py

This commit is contained in:
Profitroll 2024-01-04 00:48:04 +02:00
parent 8ff45fa3c6
commit 031dbdbbdd
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ setup(
keywords='telegram pyrogram keyboard bot userbot',
url='https://github.com/pystorage/pykeyboard',
packages=['pykeyboard'],
install_requires=['pyrogram', 'tgcrypto'],
install_requires=['pyrofork', 'tgcrypto'],
long_description=long_description,
long_description_content_type='text/markdown',
)