Skip to content

Commit

Permalink
avoid using pyzmq 23. Fixes #2099
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed May 19, 2022
1 parent 61cb0cd commit 92c9174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ install_requires =
Werkzeug >=2.0.0
requests >=2.23.0
msgpack >=0.6.2
pyzmq >=22.2.1
pyzmq >=22.2.1, <23.0.0
geventhttpclient >=1.5.1
ConfigArgParse >=1.0
psutil >=5.6.7
Expand Down

0 comments on commit 92c9174

Please sign in to comment.