diff --git a/Dockerfile b/Dockerfile index cee81ca..eb36991 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/requirements.txt b/requirements.txt index 86bf624..5366346 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,6 @@ discord.py==1.3.3 -requests==2.23.0 \ No newline at end of file +requests==2.23.0 +pandas==1.0.3 +fuzzywuzzy==0.18.0 +python-Levenshtein==0.12.0 +schedule==0.6.0 \ No newline at end of file