We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9e9e3 commit 9118b53Copy full SHA for 9118b53
requirements.txt
@@ -15,4 +15,4 @@ jinja2
15
python-dateutil
16
cached-property
17
jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1
18
-kcidb-io@git+https://github.com/kernelci/kcidb-io.git
+kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4
setup.py
@@ -58,7 +58,7 @@
58
"python-dateutil",
59
"cached-property",
60
"jq@git+https://github.com/kernelci/jq.py.git@1.7.0.post1",
61
- "kcidb-io@git+https://github.com/kernelci/kcidb-io.git",
+ "kcidb-io@git+https://github.com/kernelci/kcidb-io.git@add_schema_v4_4",
62
],
63
extras_require=dict(
64
dev=[
0 commit comments