mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-23 16:19:49 -05:00
Update rethinkdb dependency
The latest `warcprox` 2.5.1 requirement https://github.com/internetarchive/doublethink/blob/Py311/setup.py requires `rethinkdb>=2.4.9,<2.5` but Brozzler has `rethinkdb>=2.3,<2.4` and this creates a conflict if they are in the same virtualenv. We update Brozzler to use the same dependency.
This commit is contained in:
parent
3fc48a9aa8
commit
dff1fbb08b
2
setup.py
2
setup.py
@ -72,7 +72,7 @@ setuptools.setup(
|
|||||||
'pillow>=5.2.0',
|
'pillow>=5.2.0',
|
||||||
'urlcanon>=0.1.dev23',
|
'urlcanon>=0.1.dev23',
|
||||||
'doublethink>=0.2.0',
|
'doublethink>=0.2.0',
|
||||||
'rethinkdb>=2.3,<2.4',
|
'rethinkdb>=2.4.9,<2.5',
|
||||||
'cerberus>=1.0.1',
|
'cerberus>=1.0.1',
|
||||||
'jinja2>=2.10',
|
'jinja2>=2.10',
|
||||||
'cryptography>=2.3',
|
'cryptography>=2.3',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user