mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-05-02 14:46:18 -04:00
pin rethinkdb requirement to 2.3.x (this needs to roughly track deployed version)
This commit is contained in:
parent
7c637a45e0
commit
919692f9fa
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -21,6 +21,7 @@ setuptools.setup(name='brozzler',
|
|||
'pillow',
|
||||
'surt>=0.3b2',
|
||||
'rethinkstuff',
|
||||
'rethinkdb>=2.3,<2.4',
|
||||
],
|
||||
zip_safe=False,
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue