File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,8 @@ soupsieve==1.9.6;python_version<"3.5"
46
46
soupsieve == 2.0.1 ;python_version >= "3.5" and python_version<"3.6"
47
47
soupsieve == 2.1 ;python_version >= "3.6"
48
48
beautifulsoup4 == 4.9.3
49
- cryptography == 3.0 ;python_version < "3.6"
49
+ cryptography == 2.9.2 ;python_version < "3.5"
50
+ cryptography == 3.0 ;python_version >= "3.5" and python_version<"3.6"
50
51
cryptography == 3.3.1 ;python_version >= "3.6"
51
52
pyopenssl == 19.1.0 ;python_version < "3.6"
52
53
pyopenssl == 20.0.1 ;python_version >= "3.6"
@@ -64,7 +65,8 @@ colorama==0.4.4
64
65
pathlib2 == 2.3.5 ;python_version < "3.5"
65
66
importlib-metadata == 2.0.0 ;python_version < "3.6"
66
67
virtualenv >= 20.2.2
67
- pymysql == 0.10.1
68
+ pymysql == 0.10.1 ;python_version < "3.6"
69
+ pymysql == 1.0.0 ;python_version >= "3.6"
68
70
coverage == 5.3.1
69
71
brython == 3.9.1
70
72
pyotp == 2.4.1
Original file line number Diff line number Diff line change 150
150
'soupsieve==2.0.1;python_version>="3.5" and python_version<"3.6"' ,
151
151
'soupsieve==2.1;python_version>="3.6"' ,
152
152
'beautifulsoup4==4.9.3' ,
153
- 'cryptography==3.0;python_version<"3.6"' ,
153
+ 'cryptography==2.9.2;python_version<"3.5"' ,
154
+ 'cryptography==3.0;python_version>="3.5" and python_version<"3.6"' ,
154
155
'cryptography==3.3.1;python_version>="3.6"' ,
155
156
'pyopenssl==19.1.0;python_version<"3.6"' ,
156
157
'pyopenssl==20.0.1;python_version>="3.6"' ,
168
169
'pathlib2==2.3.5;python_version<"3.5"' , # Sync with "virtualenv"
169
170
'importlib-metadata==2.0.0;python_version<"3.6"' , # Sync "virtualenv"
170
171
'virtualenv>=20.2.2' , # Sync with importlib-metadata and pathlib2
171
- 'pymysql==0.10.1' ,
172
+ 'pymysql==0.10.1;python_version<"3.6"' ,
173
+ 'pymysql==1.0.0;python_version>="3.6"' ,
172
174
'coverage==5.3.1' ,
173
175
'brython==3.9.1' ,
174
176
'pyotp==2.4.1' ,
You can’t perform that action at this time.
0 commit comments