mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Stop Python 2.6 barfing on newer versions of Selenium
This commit is contained in:
parent
8ff753deb8
commit
ce246ecce4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user