Skip to content

Commit

Permalink
Fixed zmq dependency to pyzmq.
Browse files Browse the repository at this point in the history
  • Loading branch information
frobnitzem committed Feb 4, 2022
1 parent f9960a4 commit 40fcefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
17 changes: 1 addition & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiowire"
version = "1.0.0"
version = "1.0.1"
description = "A simple event loop using asyncio"
authors = ["David M. Rogers <[email protected]>"]
readme = "README.rst"
Expand All @@ -13,7 +13,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.9"
zmq = "^0.0.0"
pyzmq = "^22.3.0"

[tool.poetry.dev-dependencies]
pytest-asyncio = "^0.17.2"
Expand Down

0 comments on commit 40fcefc

Please sign in to comment.