Skip to content

Commit

Permalink
specify gevent version
Browse files Browse the repository at this point in the history
  • Loading branch information
liyaqin1 committed Aug 16, 2023
1 parent 053b662 commit 7d0ce48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy-agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PyYAML==5.3.1
zipp==1.2.0
configparser==4.0.2
python-daemon==2.0.6
cython==0.29.28
setuptools==44.1.1; python_version < '3'
setuptools==54.2.0; python_version >= '3'
gevent>=1.0.2,<=1.2.2; python_version < '3'
gevent>=1.0.2,<=1.5.0; python_version >= '3'
1 change: 0 additions & 1 deletion deploy-agent/thirdparty/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ requests==2.27.1
setuptools==59.0.1
strictyaml==1.6.1
zipp==1.2.0
cython==0.29.28

0 comments on commit 7d0ce48

Please sign in to comment.