mirror of
https://gitlab.com/simple-stock-bots/simple-discord-stock-bot.git
synced 2025-08-01 19:11:34 +00:00
added rest of new dependencies from new code
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.7-slim
|
FROM python:3.8-buster
|
||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
@@ -1,2 +1,6 @@
|
|||||||
discord.py==1.3.3
|
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
|
Reference in New Issue
Block a user