diff --git a/deps.json b/deps.json index a6fe6ec..dfda1cb 100644 --- a/deps.json +++ b/deps.json @@ -1,7 +1,8 @@ { "deps": [ { - "name": "libzmq-drafts", + "name": "libzmq5", + "ver": "4.3.5+drafts1", "hostinstall": true }, { diff --git a/pyproject.toml b/pyproject.toml index 357e7b5..3f5fe54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ maintainers = [ { name = "Ferenc Nandor Janky & Attila Gombos", email = "info@effective-range.com" } ] dependencies = [ - "pyzmq @ git+https://github.com/EffectiveRange/pyzmq.git@v27.1.1", + "pyzmq @ git+https://github.com/EffectiveRange/pyzmq.git@v27.1.0+drafts1", "python-context-logger @ git+https://github.com/EffectiveRange/python-context-logger.git@latest", "python-common-utility @ git+https://github.com/EffectiveRange/python-common-utility.git@latest" ] @@ -16,7 +16,7 @@ dynamic = ["version"] [tool.setuptools] package-dir = {"" = "."} -packages = ["hello"] +packages = ["hello", "examples"] [tool.setuptools.package-data] hello = ["py.typed"]