internetarchive / brozzler

brozzler - distributed browser-based web crawler
Apache License 2.0
648 stars 96 forks source link

Update rethinkdb dependency #261

Closed vbanos closed 10 months ago

vbanos commented 10 months ago

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.