Use specific versions in requirements
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
integv==1.3.0
|
||||
pyrogram==2.0.106
|
||||
tiktok_downloader==0.3.5
|
||||
uvloop==0.19.0
|
||||
|
||||
@@ -6,6 +6,7 @@ from pyrogram import Client
|
||||
from pyrogram.types import Message
|
||||
from tiktok_downloader import snaptik
|
||||
|
||||
|
||||
def sanitize_name(input: str) -> str:
|
||||
"""Sanize string by removing non aplhanumeric characters and spaces."""
|
||||
output = re.sub("[^a-zA-Z0-9- ]", "", input)
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
codespell
|
||||
flake8
|
||||
bandit
|
||||
pytest
|
||||
stestr
|
||||
coverage
|
||||
codespell==2.3.0
|
||||
flake8==7.1.1
|
||||
bandit==1.7.10
|
||||
stestr==4.1.0
|
||||
coverage==7.6.2
|
||||
Reference in New Issue
Block a user