Skip to content

Commit 5c745ce

Browse files
committed
Add jsonschema dependency
1 parent 6efc172 commit 5c745ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ classifiers = [
1313
"Programming Language :: Python :: 3.11"
1414
]
1515
description = "Process JSON-RPC requests"
16+
dependencies = ["returns", "jsonschema"]
1617
license = {file = "LICENSE"}
1718
name = "jsonrpcserver"
1819
readme = {file = "README.md", content-type = "text/markdown"}

0 commit comments

Comments
 (0)