Add pyvirtualdisplay requirement

This commit is contained in:
Michael Mintz 2016-01-20 13:39:54 -05:00
parent 717b8cbb1a
commit 2a5786b4c2
2 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,5 @@ simplejson==3.8.1
boto==2.38.0
pdb==0.1
ipdb==0.8.1
pyvirtualdisplay==0.1.5
-e .

View File

@ -26,6 +26,7 @@ setup(
'simplejson==3.8.1',
'boto==2.38.0',
'ipdb==0.8.1',
'pyvirtualdisplay==0.1.5',
],
packages=['seleniumbase',
'seleniumbase.core',