@@ -26,20 +26,20 @@ keywords = [
2626]
2727
2828classifiers = [
29- " Development Status :: 5 - Production/Stable" ,
30- " Environment :: Console" ,
31- " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
32- " Operating System :: OS Independent" ,
33- " Programming Language :: Python" ,
34- " Programming Language :: Python :: 3" ,
35- " Programming Language :: Python :: 3.9" ,
36- " Programming Language :: Python :: 3.10" ,
37- " Programming Language :: Python :: 3.11" ,
38- " Programming Language :: Python :: 3.12" ,
39- " Programming Language :: Python :: 3.13" ,
40- " Topic :: Software Development :: Documentation" ,
41- " Topic :: Text Editors :: Documentation" ,
42- " Topic :: Text Processing :: Markup" ,
29+ " Development Status :: 5 - Production/Stable" ,
30+ " Environment :: Console" ,
31+ " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
32+ " Operating System :: OS Independent" ,
33+ " Programming Language :: Python" ,
34+ " Programming Language :: Python :: 3" ,
35+ " Programming Language :: Python :: 3.9" ,
36+ " Programming Language :: Python :: 3.10" ,
37+ " Programming Language :: Python :: 3.11" ,
38+ " Programming Language :: Python :: 3.12" ,
39+ " Programming Language :: Python :: 3.13" ,
40+ " Topic :: Software Development :: Documentation" ,
41+ " Topic :: Text Editors :: Documentation" ,
42+ " Topic :: Text Processing :: Markup" ,
4343]
4444
4545[tool .poetry .dependencies ]
@@ -53,7 +53,7 @@ requests = "^2.0"
5353python-frontmatter = " ^1.0"
5454python-markdown-math = " ~0.6"
5555plantuml-markdown = " ^3.4.2"
56- six = " *" # fixes https://github.com/dougn/python-plantuml/issues/11
56+ six = " *" # fixes https://github.com/dougn/python-plantuml/issues/11
5757openpyxl = " >=3.1.2"
5858verchew = " ^3.4.2"
5959
0 commit comments