Merge branch 'ait-reqs' into qa

This commit is contained in:
Barbara Miller 2023-12-26 13:30:37 -08:00
commit 2ff5d87747
2 changed files with 73 additions and 6 deletions

View file

@ -32,7 +32,7 @@ def find_package_data(package):
setuptools.setup(
name='brozzler',
version='1.5.43a0',
version='1.5.44a0',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',
@ -65,14 +65,13 @@ setuptools.setup(
},
install_requires=[
'PyYAML>=5.1',
'yt_dlp<2023.11.16',
'reppy==0.3.4',
'requests>=2.21',
'websocket-client>=0.39.0,<=0.48.0',
'pillow>=5.2.0',
'urlcanon>=0.1.dev23',
'doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311',
'rethinkdb<2.4.10',
'rethinkdb==2.4.9',
'cerberus>=1.0.1',
'jinja2>=2.10',
'cryptography>=2.3',
@ -95,9 +94,9 @@ setuptools.setup(
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Internet :: WWW/HTTP',
'Topic :: System :: Archiving',
])