From 164167dea0a0823845de42188818e7f80262aa71 Mon Sep 17 00:00:00 2001 From: Ivan Gabaldon Date: Sat, 20 Sep 2025 11:12:34 +0200 Subject: [mod] py: remove uvloop (#5220) We get some good stuff without uvloop, 13MB~ less of dependencies, 3 minutes of build time for armv7 saved, and we are one step closer to NT compatibility. Although it's true that theoretically the raw performance have worsened on network side (we only used uvloop for that), the latest cpython versions have been improving on asyncio performance. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 0bbbf0d01..1c532849a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,6 @@ pyyaml==6.0.2 httpx[http2]==0.28.1 httpx-socks[asyncio]==0.10.0 Brotli==1.1.0 -uvloop==0.21.0 setproctitle==1.3.7 valkey==6.1.1 markdown-it-py==3.0.0 -- cgit v1.2.3