From 1aecdc2d9c011517be037c89379bdd1d3aa0f410 Mon Sep 17 00:00:00 2001 From: SebClem Date: Thu, 2 Nov 2023 22:38:53 +0100 Subject: [PATCH] Stay on python 3.11 for now --- Dockerfile | 2 +- requirements.txt | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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