mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-19 12:14:49 -04:00
Merge pull request #295 from galgeek/doublethink_extra
move doublethink to extras_require
This commit is contained in:
commit
636e719bc8
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
@ -71,7 +71,6 @@ setuptools.setup(
|
|||
"websocket-client==1.8.0",
|
||||
"pillow>=5.2.0",
|
||||
"urlcanon>=0.1.dev23",
|
||||
"doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311",
|
||||
"rethinkdb==2.4.9",
|
||||
"cerberus>=1.0.1",
|
||||
"jinja2>=2.10",
|
||||
|
@ -81,6 +80,9 @@ setuptools.setup(
|
|||
],
|
||||
extras_require={
|
||||
"yt-dlp": ["yt-dlp>=2024.7.25"],
|
||||
"doublethink": [
|
||||
"doublethink @ git+https://github.com/internetarchive/doublethink.git@Py311"
|
||||
],
|
||||
"dashboard": ["flask>=1.0", "gunicorn>=19.8.1"],
|
||||
"easy": [
|
||||
"warcprox>=2.4.31",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue