Removing gtts-token
This commit is contained in:
parent
7ecf81e39f
commit
bf4451ced2
@ -3,11 +3,5 @@ RUN apt-get update && apt-get install -y gcc make automake
|
||||
# RUN apk update && apk add --no-cache make python3-dev automake gcc libxml2-dev libxslt-dev g++
|
||||
ADD app/requirements.txt /requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
# RUN pip install pylint
|
||||
# ADD app /app
|
||||
# RUN printf "\n\nTesting your python code for errors\n\n" && \
|
||||
# pylint -E /app/*.py
|
||||
|
||||
WORKDIR /app
|
||||
# RUN printf "\n#########################\n Run dragon bot by typing \n python bot.py\n#########################\n\n"
|
||||
# CMD python /app/bot.py
|
||||
|
@ -1,9 +1,8 @@
|
||||
beautifulsoup4
|
||||
discord.py
|
||||
gTTS
|
||||
gTTS-token
|
||||
lxml
|
||||
pandas
|
||||
requests
|
||||
wikipedia
|
||||
wolframalpha
|
||||
wolframalpha
|
||||
|
@ -1,5 +1,4 @@
|
||||
from gtts import gTTS
|
||||
from gtts import lang
|
||||
from gtts import gTTS, lang
|
||||
|
||||
def text_to_speech(input):
|
||||
"""
|
||||
@ -38,3 +37,4 @@ def get_all_langs():
|
||||
blob += "{}: {}\n".format(key, value)
|
||||
|
||||
return "```css\n{}```".format(blob)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user