From 6c64fc7d6fc70e082d6c7a79c47fcb5dfd280bc5 Mon Sep 17 00:00:00 2001 From: Christian Henriksen Date: Fri, 22 Aug 2025 15:47:36 +0200 Subject: [PATCH] Remove asyncio from dependency list as adviced by the former BDFL https://github.com/python/cpython/issues/116649#issuecomment-1991887592 --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0627b53ba..f43a5cdfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,6 @@ dependencies = [ "Django==4.2.21", "channels==4.2.2", "channels-redis==4.2.1", - "asyncio==3.4.3", "commonmark==0.9.1", "conference-scheduler==3.0.1", "django-allauth[mfa]==65.8.1",