File tree Expand file tree Collapse file tree 2 files changed +5
-32
lines changed
Expand file tree Collapse file tree 2 files changed +5
-32
lines changed Original file line number Diff line number Diff line change 11{
2- "*" : {
3- ">=3114" : [
4- " markupsafe" ,
5- " mdpopups" ,
6- " pygments" ,
7- " pymdownx" ,
8- " python-jinja2" ,
9- " python-markdown" ,
10- " pyyaml"
11- ]
12- }
2+ "*" : {
3+ ">=3114" : [
4+ " mdpopups"
5+ ]
6+ }
137}
Original file line number Diff line number Diff line change @@ -56,24 +56,6 @@ def run(self):
5656 except Exception :
5757 info ["mdpopups_version" ] = 'Version could not be acquired!'
5858
59- try :
60- import markdown
61- info ["markdown_version" ] = format_version (markdown , 'version' )
62- except Exception :
63- info ["markdown_version" ] = 'Version could not be acquired!'
64-
65- try :
66- import jinja2
67- info ["jinja_version" ] = format_version (jinja2 , '__version__' )
68- except Exception :
69- info ["jinja_version" ] = 'Version could not be acquired!'
70-
71- try :
72- import pygments
73- info ["pygments_version" ] = format_version (pygments , '__version__' )
74- except Exception :
75- info ["pygments_version" ] = 'Version could not be acquired!'
76-
7759 msg = textwrap .dedent (
7860 """\
7961 - Sublime Text: %(version)s
@@ -83,9 +65,6 @@ def run(self):
8365 - Install via PC: %(pc_install)s
8466 - Dependencies:
8567 * mdpopups: %(mdpopups_version)s
86- * markdown: %(markdown_version)s
87- * pygments: %(pygments_version)s
88- * jinja2: %(jinja_version)s
8968 """ % info
9069 )
9170
You can’t perform that action at this time.
0 commit comments