File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,10 @@ pyotp==2.8.0;python_version>="3.7"
88
88
cffi == 1.15.1
89
89
typing-extensions == 4.1.1 ;python_version >= "3.6" and python_version<"3.7"
90
90
typing-extensions == 4.4.0 ;python_version >= "3.7" and python_version<"3.9"
91
+ markdown-it-py == 2.1.0 ;python_version >= "3.7"
92
+ mdurl == 0.1.2 ;python_version >= "3.7"
91
93
rich == 12.6.0 ;python_version >= "3.6" and python_version<"3.7"
92
- rich == 13.1 .0 ;python_version >= "3.7" and python_version< "4.0 "
94
+ rich == 13.2 .0 ;python_version >= "3.7"
93
95
94
96
# --- Testing Requirements --- #
95
97
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
Original file line number Diff line number Diff line change 212
212
"cffi==1.15.1" ,
213
213
'typing-extensions==4.1.1;python_version>="3.6" and python_version<"3.7"' , # noqa: E501
214
214
'typing-extensions==4.4.0;python_version>="3.7" and python_version<"3.9"' , # noqa: E501
215
+ 'markdown-it-py==2.1.0;python_version>="3.7"' , # For "rich"
216
+ 'mdurl==0.1.2;python_version>="3.7"' , # For "rich"
215
217
'rich==12.6.0;python_version>="3.6" and python_version<"3.7"' ,
216
- 'rich==13.1 .0;python_version>="3.7" and python_version<"4.0 "' ,
218
+ 'rich==13.2 .0;python_version>="3.7"' ,
217
219
],
218
220
extras_require = {
219
221
# pip install -e .[coverage]
You can’t perform that action at this time.
0 commit comments