diff --git a/PKG-INFO b/PKG-INFO index 33420a6..3395300 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.journal -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage Journal utilities Home-page: https://forge.softwareheritage.org/diffusion/DJNL/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/requirements-swh.txt b/requirements-swh.txt index e69de29..0fbb7a2 100644 --- a/requirements-swh.txt +++ b/requirements-swh.txt @@ -0,0 +1,2 @@ +swh.core +swh.storage diff --git a/requirements.txt b/requirements.txt index c197192..3b46e89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # Add here external Python modules dependencies, one per line. Module names # should match https://pypi.python.org/pypi names. For the full spec or # dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html +kafka-python +msgpack-python vcversioner -kafka diff --git a/swh.journal.egg-info/PKG-INFO b/swh.journal.egg-info/PKG-INFO index 33420a6..3395300 100644 --- a/swh.journal.egg-info/PKG-INFO +++ b/swh.journal.egg-info/PKG-INFO @@ -1,10 +1,10 @@ Metadata-Version: 1.0 Name: swh.journal -Version: 0.0.2 +Version: 0.0.3 Summary: Software Heritage Journal utilities Home-page: https://forge.softwareheritage.org/diffusion/DJNL/ Author: Software Heritage developers Author-email: swh-devel@inria.fr License: UNKNOWN Description: UNKNOWN Platform: UNKNOWN diff --git a/swh.journal.egg-info/requires.txt b/swh.journal.egg-info/requires.txt index a08feb1..9699f50 100644 --- a/swh.journal.egg-info/requires.txt +++ b/swh.journal.egg-info/requires.txt @@ -1,2 +1,5 @@ -kafka +kafka-python +msgpack-python +swh.core +swh.storage vcversioner diff --git a/version.txt b/version.txt index b53c18c..4ad6117 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v0.0.2-0-g1312c34 \ No newline at end of file +v0.0.3-0-g1358fa4 \ No newline at end of file