diff --git a/Dockerfile b/Dockerfile index a2ada6b..ef33c8b 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-slim +FROM python:3.11-slim # Keeps Python from generating .pyc files in the container ENV PYTHONDONTWRITEBYTECODE=1 diff --git a/requirements.txt b/requirements.txt index 30e57d1..ed230d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ pixivpy3==3.7.3 -discord.py==2.3.2 -aiohttp==3.9.0b0 \ No newline at end of file +discord.py==2.3.2 \ No newline at end of file