diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ install_requires = [ 'pytz==2016.4', 'python-social-auth==0.2.19', 'tornado', - 'selenium', + 'selenium==2.53.6', ] setup( |