Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed Feb 6, 2024
1 parent 63d35b7 commit 1a7da85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'deploy-stager = deployd.staging.stager:main']

install_requires = [
"requests==2.20.0",
"requests>=2.20.0",
"gevent>=1.0.2,<=1.2.2; python_version < '3'",
"gevent>=1.0.2,<=1.5.0; python_version < '3.8'",
"gevent==20.12.0; python_version >= '3.8'",
Expand Down

0 comments on commit 1a7da85

Please sign in to comment.