Skip to content

Commit 6fa9f2c

Browse files
committed
Update requirements
1 parent fa8c882 commit 6fa9f2c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pip>=19.1.1
2-
setuptools
2+
setuptools>=41.0.1
33
six
44
nose
55
ipdb
@@ -25,4 +25,5 @@ colorama>=0.4.1
2525
pyotp>=2.2.7
2626
boto>=2.49.0
2727
flake8>=3.7.7
28-
PyVirtualDisplay>=0.2.1
28+
certifi>=2019.3.9
29+
PyVirtualDisplay==0.2.1

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
],
5353
install_requires=[
5454
'pip>=19.1.1',
55-
'setuptools',
55+
'setuptools>=41.0.1',
5656
'six',
5757
'nose',
5858
'ipdb',
@@ -78,7 +78,8 @@
7878
'pyotp>=2.2.7',
7979
'boto>=2.49.0',
8080
'flake8>=3.7.7',
81-
'PyVirtualDisplay>=0.2.1',
81+
'certifi>=2019.3.9',
82+
'PyVirtualDisplay==0.2.1', # Keep at 0.2.1 (later versions are slow)
8283
],
8384
packages=[
8485
'seleniumbase',

0 commit comments

Comments
 (0)