Skip to content

Commit

Permalink
[build] Fix dependency issue between responses and urllib3 package. (s…
Browse files Browse the repository at this point in the history
…onic-net#2928)

* [build] Fix dependency issue between responses and urllib3 package.
  • Loading branch information
liushilongbuaa committed Jul 27, 2023
1 parent 5e50a4a commit 4174041
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 @@ -196,7 +196,7 @@
},
install_requires=[
'click==7.0',
'urllib3<2',
'urllib3>=2',
'click-log>=0.3.2',
'docker>=4.4.4',
'docker-image-py>=0.1.10',
Expand Down

0 comments on commit 4174041

Please sign in to comment.