Update requirements.txt
This commit is contained in:
parent
604833461c
commit
b548e89acf
1
index.py
1
index.py
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue