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:
parent
8511376005
commit
9f9691c5d3
@ -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
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user