From d1e6e0f632da8435f1e939918db3be01111746e6 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 31 Oct 2024 11:04:40 -0700 Subject: [PATCH] update doublethink dependency --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index a2997af..0da1fe7 100644 --- a/setup.py +++ b/setup.py @@ -72,6 +72,7 @@ setuptools.setup( "pillow>=5.2.0", "urlcanon>=0.1.dev23", "rethinkdb==2.4.9", + "doublethink==0.4.9", "cerberus>=1.0.1", "jinja2>=2.10", "cryptography>=2.3", @@ -80,9 +81,6 @@ setuptools.setup( ], extras_require={ "yt-dlp": ["yt-dlp>=2024.7.25"], - "doublethink": [ - "doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311" - ], "dashboard": ["flask>=1.0", "gunicorn>=19.8.1"], "easy": [ "warcprox>=2.4.31",