diff --git a/setup.py b/setup.py index 99c35ea..6cdb122 100755 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ setuptools.setup( license='GPL', packages=['warcprox'], install_requires=deps, - extras_require={'trough': ['git+https://github.com/internetarchive/trough.git@jammy_focal',],}, + extras_require={'trough': ['0.20',],}, setup_requires=['pytest-runner'], tests_require=['mock', 'pytest', 'warcio'], entry_points={