From 8f0039de02e73f43ed73f812fdda0e263314c513 Mon Sep 17 00:00:00 2001 From: Barbara Miller Date: Tue, 19 Sep 2023 13:57:34 -0700 Subject: [PATCH] internetarchive/doublethink.git@Py311 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06b3e7c..81b36c0 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@Py311', 'urllib3>=1.23', 'requests>=2.0.1', 'PySocks>=1.6.8',