1
0
mirror of https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git synced 2025-06-16 07:16:41 +00:00

added rest of new dependencies from new code

This commit is contained in:
Anson 2020-06-10 23:48:55 -07:00
parent 8511376005
commit 9f9691c5d3
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.8-buster
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt

View File

@ -1,2 +1,6 @@
discord.py==1.3.3
requests==2.23.0
requests==2.23.0
pandas==1.0.3
fuzzywuzzy==0.18.0
python-Levenshtein==0.12.0
schedule==0.6.0