Skip to content

Commit daafe6f

Browse files
committed
Add dependencies
1 parent 0014f00 commit daafe6f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ classifiers = [
2929

3030
]
3131
dynamic = ["version"]
32-
32+
dependencies = [
33+
"Pygments==2.17.2"
34+
]
3335

3436
[project.urls]
3537
Issues = "https://github.com/python-jsonschema/jsonschema-lexer/issues/"

requirements.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)