mirror of https://github.com/coddrago/Heroku
Update Hikka-TL version
parent
07f0c3b6c8
commit
94946a3152
|
@ -42,7 +42,7 @@ else:
|
|||
try:
|
||||
import hikkatl # noqa: F811
|
||||
|
||||
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 0):
|
||||
if tuple(map(int, hikkatl.__version__.split("."))) < (2, 0, 1):
|
||||
raise ImportError
|
||||
except ImportError:
|
||||
print("🔄 Installing Hikka-TL...")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
hikka-tl-new==2.0.0
|
||||
hikka-tl-new==2.0.1
|
||||
hikka-pyro-new==2.0.100
|
||||
aiofile==3.8.1
|
||||
gitpython==3.1.27
|
||||
|
|
Loading…
Reference in New Issue