mirror of https://github.com/coddrago/Heroku
Update deps
parent
da43a62fda
commit
e44358a477
|
@ -69,7 +69,7 @@ else:
|
|||
try:
|
||||
import pyrogram
|
||||
|
||||
if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 63):
|
||||
if tuple(map(int, pyrogram.__version__.split("."))) < (2, 0, 66):
|
||||
raise ImportError
|
||||
except ImportError:
|
||||
print("🔄 Installing Hikka-Pyro...")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
hikka-tl==1.24.14
|
||||
hikka-pyro==2.0.63
|
||||
hikka-pyro==2.0.66
|
||||
aiofile==3.8.1
|
||||
pythondialog==3.5.3
|
||||
gitpython==3.1.27
|
||||
|
|
Loading…
Reference in New Issue