working kwaylon

This commit is contained in:
jsl12
2022-01-21 17:19:11 -06:00
parent 2d65987306
commit 3b32e6b396
6 changed files with 37 additions and 36 deletions

View File

@@ -5,13 +5,10 @@ RUN python -m pip install --upgrade pip
RUN pip install pandas
RUN pip install discord.py
RUN pip install nltk
# below fuckery from stockquotes
RUN pip install beautifulsoup4
RUN pip install requests
RUN python -m nltk.downloader -d /usr/local/share/nltk_data all
RUN pip install python-dotenv
WORKDIR /usr/src/app
COPY ./ ./
RUN pip install -r requirements.txt
CMD [ "python", "main.py" ]