From d9e208ae8471f52e390a5acb78f90b05698e9925 Mon Sep 17 00:00:00 2001 From: devloop Date: Sat, 30 Nov 2024 10:17:07 +0100 Subject: [PATCH] use an arsenic wheel fixed for python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0bb69eec..b2e9f93ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "aiocache==0.12.2", "aiohttp==3.10.2", "aiosqlite==0.20.0", - "arsenic==21.8", + "arsenic @ https://github.com/wapiti-scanner/arsenic/releases/download/28.1%2Bremove-distutils/arsenic-28.1+remove.distutils-py3-none-any.whl", "beautifulsoup4==4.12.3", "browser-cookie3==0.19.1", "dnspython==2.6.1",