We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0014f00 commit daafe6fCopy full SHA for daafe6f
pyproject.toml
@@ -29,7 +29,9 @@ classifiers = [
29
30
]
31
dynamic = ["version"]
32
-
+dependencies = [
33
+ "Pygments==2.17.2"
34
+]
35
36
[project.urls]
37
Issues = "https://github.com/python-jsonschema/jsonschema-lexer/issues/"
requirements.txt
@@ -0,0 +1,8 @@
1
+#
2
+# This file is autogenerated by pip-compile with Python 3.11
3
+# by the following command:
4
5
+# pip-compile --strip-extras pyproject.toml
6
7
+pygments==2.17.2
8
+ # via jsonschema_lexer (pyproject.toml)
0 commit comments