Skip to content

Commit

Permalink
lestarch: fixing pzmq install (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch authored Nov 3, 2022
1 parent 59609ae commit a761f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
install_requires=[
"flask>=1.1.2, <2.0.0",
"flask_compress>=1.11, <2.0",
"pyzmq>=22.3.0, <23.0.0",
"pyzmq>=24.0.1, <25.0.0",
"pexpect>=4.8.0, <5.0.0",
"pytest>=6.2.4, <7.0.0",
"flask_restful>=0.3.8, <1.0.0",
Expand Down

0 comments on commit a761f54

Please sign in to comment.