Stop Python 2.6 barfing on newer versions of Selenium

This commit is contained in:
Murtuza Zabuawala 2017-11-20 16:55:42 +00:00 committed by Dave Page
parent 8ff753deb8
commit ce246ecce4

View File

@ -1,5 +1,6 @@
pyperclip~=1.5.27
selenium==3.7.0
selenium==3.3.3 python_version < '2.7';
selenium==3.7.0 python_version >= '2.7';
testscenarios==0.5.0
testtools==2.0.0
traceback2==1.4.0