File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ parameterized==0.7.4
36
36
soupsieve == 1.9.6 ;python_version < "3.5"
37
37
soupsieve == 2.0.1 ;python_version >= "3.5"
38
38
beautifulsoup4 == 4.9.1
39
- cryptography == 3.0
39
+ cryptography == 3.0 ;python_version < "3.6"
40
+ cryptography == 3.1 ;python_version >= "3.6"
40
41
pyopenssl == 19.1.0
41
42
prompt-toolkit == 1.0.18 ;python_version < "3.6.1"
42
43
prompt-toolkit == 3.0.6 ;python_version >= "3.6.1"
Original file line number Diff line number Diff line change 128
128
'soupsieve==1.9.6;python_version<"3.5"' ,
129
129
'soupsieve==2.0.1;python_version>="3.5"' ,
130
130
'beautifulsoup4==4.9.1' ,
131
- 'cryptography==3.0' ,
131
+ 'cryptography==3.0;python_version<"3.6"' ,
132
+ 'cryptography==3.1;python_version>="3.6"' ,
132
133
'pyopenssl==19.1.0' ,
133
134
'prompt-toolkit==1.0.18;python_version<"3.6.1"' ,
134
135
'prompt-toolkit==3.0.6;python_version>="3.6.1"' ,
You can’t perform that action at this time.
0 commit comments