File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requests==2.22.0
12
12
selenium == 3.141.0
13
13
pluggy >= 0.13.1
14
14
attrs >= 19.3.0
15
- pytest >= 4.6.8 ;python_version < "3"
15
+ pytest >= 4.6.9 ;python_version < "3"
16
16
pytest >= 5.3.2 ;python_version >= "3"
17
17
pytest-cov >= 2.8.1
18
18
pytest-forked >= 1.1.3
@@ -29,7 +29,7 @@ beautifulsoup4==4.8.2
29
29
atomicwrites == 1.3.0
30
30
portalocker == 1.5.2
31
31
cryptography == 2.8
32
- asn1crypto == 1.2 .0
32
+ asn1crypto == 1.3 .0
33
33
pyopenssl == 19.1.0
34
34
pygments == 2.5.2
35
35
colorama == 0.4.3
@@ -41,4 +41,5 @@ cffi>=1.13.2
41
41
tqdm >= 4.41.1
42
42
flake8 == 3.7.9
43
43
certifi >= 2019.11.28
44
- pdfminer.six == 20191110
44
+ pdfminer.six == 20191110 ;python_version < "3.5"
45
+ pdfminer.six == 20200104 ;python_version >= "3.5"
Original file line number Diff line number Diff line change 95
95
'selenium==3.141.0' ,
96
96
'pluggy>=0.13.1' ,
97
97
'attrs>=19.3.0' ,
98
- 'pytest>=4.6.8 ;python_version<"3"' , # For Python 2 compatibility
98
+ 'pytest>=4.6.9 ;python_version<"3"' , # For Python 2 compatibility
99
99
'pytest>=5.3.2;python_version>="3"' ,
100
100
'pytest-cov>=2.8.1' ,
101
101
'pytest-forked>=1.1.3' ,
112
112
'atomicwrites==1.3.0' ,
113
113
'portalocker==1.5.2' ,
114
114
'cryptography==2.8' ,
115
- 'asn1crypto==1.2 .0' ,
115
+ 'asn1crypto==1.3 .0' ,
116
116
'pyopenssl==19.1.0' ,
117
117
'pygments>=2.5.2' ,
118
118
'colorama==0.4.3' ,
124
124
'tqdm>=4.41.1' ,
125
125
'flake8==3.7.9' ,
126
126
'certifi>=2019.11.28' ,
127
- 'pdfminer.six==20191110' ,
127
+ 'pdfminer.six==20191110;python_version<"3.5"' ,
128
+ 'pdfminer.six==20200104;python_version>="3.5"' ,
128
129
],
129
130
packages = [
130
131
'seleniumbase' ,
You can’t perform that action at this time.
0 commit comments