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 6efc172 commit 5c745ceCopy full SHA for 5c745ce
pyproject.toml
@@ -13,6 +13,7 @@ classifiers = [
13
"Programming Language :: Python :: 3.11"
14
]
15
description = "Process JSON-RPC requests"
16
+dependencies = ["returns", "jsonschema"]
17
license = {file = "LICENSE"}
18
name = "jsonrpcserver"
19
readme = {file = "README.md", content-type = "text/markdown"}
0 commit comments