From 1ea6f9f8718b344a49b4f5691616ff4d1aa6ce00 Mon Sep 17 00:00:00 2001 From: SebClem Date: Thu, 2 Nov 2023 22:36:07 +0100 Subject: [PATCH] aiohttp beta for python 3.12 --- Dockerfile | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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