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 @@ -42,7 +42,8 @@ soupsieve==2.0.1;python_version>="3.5"
42
42
beautifulsoup4 == 4.9.3
43
43
cryptography == 3.0 ;python_version < "3.6"
44
44
cryptography == 3.2.1 ;python_version >= "3.6"
45
- pyopenssl == 20.0.0
45
+ pyopenssl == 19.1.0 ;python_version < "3.6"
46
+ pyopenssl == 20.0.0 ;python_version >= "3.6"
46
47
pygments == 2.5.2 ;python_version < "3.5"
47
48
pygments == 2.7.2 ;python_version >= "3.5"
48
49
traitlets == 4.3.3 ;python_version < "3.7"
Original file line number Diff line number Diff line change 146
146
'beautifulsoup4==4.9.3' ,
147
147
'cryptography==3.0;python_version<"3.6"' ,
148
148
'cryptography==3.2.1;python_version>="3.6"' ,
149
- 'pyopenssl==20.0.0' ,
149
+ 'pyopenssl==19.1.0;python_version<"3.6"' ,
150
+ 'pyopenssl==20.0.0;python_version>="3.6"' ,
150
151
'pygments==2.5.2;python_version<"3.5"' ,
151
152
'pygments==2.7.2;python_version>="3.5"' ,
152
153
'traitlets==4.3.3;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments