We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3b953 commit 2e4ee86Copy full SHA for 2e4ee86
1 file changed
localstack-typedb/pyproject.toml
@@ -14,7 +14,9 @@ authors = [
14
keywords = ["LocalStack", "TypeDB"]
15
classifiers = []
16
dependencies = [
17
- "httpx"
+ "httpx",
18
+ "h2",
19
+ "priority",
20
]
21
22
[project.urls]
@@ -23,11 +25,13 @@ Homepage = "https://github.com/whummer/localstack-utils"
23
25
[project.optional-dependencies]
24
26
dev = [
27
"boto3",
28
+ "build",
29
"jsonpatch",
30
"localstack",
31
"pytest",
32
"rolo",
33
"ruff",
34
+ "twisted",
35
"typedb-driver",
36
37
0 commit comments