1
0
mirror of https://github.com/internetarchive/warcprox.git synced 2025-01-18 13:22:09 +01:00

trough 0.20 maybe

This commit is contained in:
Barbara Miller 2023-09-11 17:01:02 -07:00
parent 99a825c055
commit a90c9c3dd4

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