File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ pyotp==2.7.0;python_version<"3.7"
9494pyotp == 2.8.0 ;python_version >= "3.7"
9595cffi == 1.15.1
9696typing-extensions == 4.1.1 ;python_version < "3.7"
97- typing-extensions == 4.5.0 ;python_version >= "3.7" and python_version<"3.9"
9897commonmark == 0.9.1 ;python_version < "3.7"
9998markdown-it-py == 2.2.0 ;python_version >= "3.7"
10099mdurl == 0.1.2 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 218218 'pyotp==2.8.0;python_version>="3.7"' ,
219219 "cffi==1.15.1" ,
220220 'typing-extensions==4.1.1;python_version<"3.7"' ,
221- 'typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
222221 'commonmark==0.9.1;python_version<"3.7"' , # For old "rich"
223222 'markdown-it-py==2.2.0;python_version>="3.7"' , # For new "rich"
224223 'mdurl==0.1.2;python_version>="3.7"' , # For new "rich"
You can’t perform that action at this time.
0 commit comments