Update setup.py

This commit is contained in:
Profitroll 2024-01-04 00:48:36 +02:00
parent e3db7eb3e9
commit 0a804d32ef
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=['pyrofork', 'tgcrypto'],
install_requires=['pyrofork'],
long_description=long_description,
long_description_content_type='text/markdown',
)