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 1a7da85 commit 86162a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy-agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
'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'",
"lockfile==0.10.2",
"boto>=2.39.0",
"boto3",
"botocore==1.5.34",
"boto3==1.4.4",
"python-daemon==2.0.6",
"future==0.18.2"
]
Expand Down

0 comments on commit 86162a7

Please sign in to comment.