From 4fbf523a3ecc0f270932b629aa9151869ca7ca5b Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 12 Sep 2023 16:05:23 -0700 Subject: [PATCH] get doublethink from github.com/internetarchive --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06b3e7c..89ad8d0 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/galgeek/doublethink.git@two_dot_four', + 'doublethink @ git+https://github.com/internetarchive/doublethink.git@two_dot_four', 'urllib3>=1.23', 'requests>=2.0.1', 'PySocks>=1.6.8',