Skip to content

Commit fef5bc1

Browse files
authored
Merge pull request #107 from MarshalX/dev
update require version of tgcalls
2 parents f1ebe1d + 3be39a9 commit fef5bc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytgcalls/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
long_description=readme,
4545
long_description_content_type='text/markdown',
4646
packages=packages,
47-
install_requires=['tgcalls == 0.0.16'],
47+
install_requires=['tgcalls == 1.0.0'],
4848
extras_require={
4949
'pyrogram': ['pyrogram >= 1.2.0'],
5050
'telethon': ['telethon >= 1.23.0'],

0 commit comments

Comments
 (0)