Skip to content

Commit aa090d2

Browse files
Update dependencies
1 parent ac2c2af commit aa090d2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

deps.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"deps": [
33
{
4-
"name": "libzmq-drafts",
4+
"name": "libzmq5",
5+
"ver": "4.3.5+drafts1",
56
"hostinstall": true
67
},
78
{

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ maintainers = [
88
{ name = "Ferenc Nandor Janky & Attila Gombos", email = "info@effective-range.com" }
99
]
1010
dependencies = [
11-
"pyzmq @ git+https://github.com/EffectiveRange/pyzmq.git@v27.1.1",
11+
"pyzmq @ git+https://github.com/EffectiveRange/pyzmq.git@v27.1.0+drafts1",
1212
"python-context-logger @ git+https://github.com/EffectiveRange/python-context-logger.git@latest",
1313
"python-common-utility @ git+https://github.com/EffectiveRange/python-common-utility.git@latest"
1414
]
1515
dynamic = ["version"]
1616

1717
[tool.setuptools]
1818
package-dir = {"" = "."}
19-
packages = ["hello"]
19+
packages = ["hello", "examples"]
2020

2121
[tool.setuptools.package-data]
2222
hello = ["py.typed"]

0 commit comments

Comments
 (0)