From c3ce3b160a9fbb35d024017b704ba276e516b875 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Thu, 31 Oct 2024 11:07:35 -0700 Subject: [PATCH] update doublethink dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4573e2f..2cf8ea4 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ deps = [ 'certauth==1.1.6', 'warctools>=4.10.0', 'urlcanon>=0.3.0', - 'doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311', + 'doublethink==0.4.9', 'urllib3>=1.23', 'requests>=2.0.1', 'PySocks>=1.6.8',