Remove PyVirtualDisplay from requirements

This commit is contained in:
Michael Mintz 2019-07-30 02:45:26 -04:00
parent a8411a8fbd
commit f5933955c1
2 changed files with 0 additions and 2 deletions

View File

@ -29,4 +29,3 @@ pyotp>=2.3.0
boto>=2.49.0
flake8>=3.7.8
certifi>=2019.6.16
PyVirtualDisplay==0.2.1

View File

@ -82,7 +82,6 @@ setup(
'boto>=2.49.0',
'flake8>=3.7.8',
'certifi>=2019.6.16',
'PyVirtualDisplay==0.2.1', # Keep at 0.2.1 (later versions are slow)
],
packages=[
'seleniumbase',