Merge pull request #204 from galgeek/doublethink_up

update doublethink dependency
This commit is contained in:
Barbara Miller 2024-10-31 11:29:36 -07:00 committed by GitHub
commit ef774f5f29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ import setuptools
deps = [ deps = [
'warctools>=4.10.0', 'warctools>=4.10.0',
'urlcanon>=0.3.0', 'urlcanon>=0.3.0',
'doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311', 'doublethink==0.4.9',
'urllib3>=1.23', 'urllib3>=1.23',
'requests>=2.0.1', 'requests>=2.0.1',
'PySocks>=1.6.8', 'PySocks>=1.6.8',