diff --git a/setup.py b/setup.py index d5527c4..e6ce051 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ''' setup.py - brozzler setup script -Copyright (C) 2014-2017 Internet Archive +Copyright (C) 2014-2018 Internet Archive Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -70,7 +70,7 @@ setuptools.setup( 'websocket-client!=0.39.0', 'pillow==3.3.0', 'urlcanon>=0.1.dev16', - 'doublethink>=0.2.0.dev81', + 'doublethink>=0.2.0.dev88', 'rethinkdb>=2.3,<2.4', 'cerberus==1.0.1', 'jinja2',