mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 22:40:47 -04:00
setup.py updates
This commit is contained in:
parent
88223cee59
commit
2b0faec645
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -65,14 +65,14 @@ setuptools.setup(
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'PyYAML>=5.1',
|
'PyYAML>=5.1',
|
||||||
'yt_dlp',
|
'yt_dlp<2023.11.16',
|
||||||
'reppy==0.3.4',
|
'reppy==0.3.4',
|
||||||
'requests>=2.21',
|
'requests>=2.21',
|
||||||
'websocket-client>=0.39.0,<=0.48.0',
|
'websocket-client>=0.39.0,<=0.48.0',
|
||||||
'pillow>=5.2.0',
|
'pillow>=5.2.0',
|
||||||
'urlcanon>=0.1.dev23',
|
'urlcanon>=0.1.dev23',
|
||||||
'doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311',
|
'doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311',
|
||||||
'rethinkdb>=2.4.9,<2.5',
|
'rethinkdb<2.4.10',
|
||||||
'cerberus>=1.0.1',
|
'cerberus>=1.0.1',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'cryptography>=2.3',
|
'cryptography>=2.3',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue