Update requirements.txt

This commit is contained in:
stef-devs 2022-06-24 14:29:17 +02:00
parent 604833461c
commit b548e89acf
2 changed files with 6 additions and 1 deletions

View File

@ -20,6 +20,7 @@ import spotipy
import pyshorteners
import pdf2docx
import PyPDF2
import urllib
from googletrans import Translator
from random import randint
from random import random

View File

@ -34,4 +34,8 @@ pytelegrambotapi == 4.5.1
pyshorteners == 1.0.1
pdf2docx == 0.5.4
pdf2docx == 0.5.4
googletrans == 3.0.0
PyPDF2 == 2.3.1