update extras trough dependency for pypi

This commit is contained in:
Barbara Miller 2024-11-05 19:11:55 -08:00
parent 0e565889e1
commit 7ce00f001c

View File

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