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 @@ -69,7 +69,8 @@ beautifulsoup4==4.9.3;python_version<"3.5"
69
69
beautifulsoup4 == 4.10.0 ;python_version >= "3.5"
70
70
cryptography == 2.9.2 ;python_version < "3.5"
71
71
cryptography == 3.2.1 ;python_version >= "3.5" and python_version<"3.6"
72
- cryptography == 3.4.8 ;python_version >= "3.6"
72
+ cryptography == 3.4.8 ;python_version >= "3.6" and python_version<"3.7"
73
+ cryptography == 35.0.0 ;python_version >= "3.7"
73
74
pygments == 2.5.2 ;python_version < "3.5"
74
75
pygments == 2.10.0 ;python_version >= "3.5"
75
76
traitlets == 4.3.3 ;python_version < "3.7"
@@ -111,7 +112,8 @@ pdfminer.six==20201018;python_version>="3.5"
111
112
112
113
coverage == 5.5 ;python_version < "3.6"
113
114
coverage == 6.0 ;python_version >= "3.6"
114
- pytest-cov == 2.12.1
115
+ pytest-cov == 2.12.1 ;python_version < "3.6"
116
+ pytest-cov == 3.0.0 ;python_version >= "3.6"
115
117
flake8 == 3.7.9 ;python_version < "3.5"
116
118
flake8 == 3.9.2 ;python_version >= "3.5"
117
119
pyflakes == 2.1.1 ;python_version < "3.5"
Original file line number Diff line number Diff line change 185
185
'beautifulsoup4==4.10.0;python_version>="3.5"' ,
186
186
'cryptography==2.9.2;python_version<"3.5"' ,
187
187
'cryptography==3.2.1;python_version>="3.5" and python_version<"3.6"' ,
188
- 'cryptography==3.4.8;python_version>="3.6"' ,
188
+ 'cryptography==3.4.8;python_version>="3.6" and python_version<"3.7"' ,
189
+ 'cryptography==35.0.0;python_version>="3.7"' ,
189
190
'pygments==2.5.2;python_version<"3.5"' ,
190
191
'pygments==2.10.0;python_version>="3.5"' ,
191
192
'traitlets==4.3.3;python_version<"3.7"' ,
227
228
"coverage" : [
228
229
'coverage==5.5;python_version<"3.6"' ,
229
230
'coverage==6.0;python_version>="3.6"' ,
230
- "pytest-cov==2.12.1" ,
231
+ 'pytest-cov==2.12.1;python_version<"3.6"' ,
232
+ 'pytest-cov==3.0.0;python_version>="3.6"' ,
231
233
],
232
234
# pip install -e .[flake]
233
235
"flake" : [
You can’t perform that action at this time.
0 commit comments