mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 06:36:20 -04:00
fix rethinkdb dependency version
This commit is contained in:
parent
61274ae994
commit
ef981706f4
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
|||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.5.0',
|
||||
version='1.5.1',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
@ -72,7 +72,7 @@ setuptools.setup(
|
|||
'pillow>=5.2.0',
|
||||
'urlcanon>=0.1.dev23',
|
||||
'doublethink>=0.2.0',
|
||||
'rethinkdb>=2.3',
|
||||
'rethinkdb>=2.3,<2.4',
|
||||
'cerberus>=1.0.1',
|
||||
'jinja2>=2.10',
|
||||
'cryptography>=2.3',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue