diff --git a/Dockerfile b/Dockerfile index 095253b..a2ada6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For more information, please refer to https://aka.ms/vscode-docker-python -FROM python:3.12 +FROM python:3.12-slim # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1 diff --git a/requirements.txt b/requirements.txt index ed230d5..30e57d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ pixivpy3==3.7.3 -discord.py==2.3.2 \ No newline at end of file +discord.py==2.3.2 +aiohttp==3.9.0b0 \ No newline at end of file