This commit is contained in:
kf_wuhao 2021-01-19 10:34:26 +08:00
parent 0f09bb0691
commit 51f1a796fb

View File

@ -2,5 +2,40 @@
- name: 安装pymongo - name: 安装pymongo
shell: shell:
chdir: ~ chdir: ~
cmd: pip3 install pymongo==3.11.1 cmd: pip3 install pymongo==3.11.2
- name: 安装bson
shell:
chdir: ~
cmd: pip3 install bson==0.5.10
- name: 安装cffi
shell:
chdir: ~
cmd: pip3 install cffi==1.14.4
- name: 安装gevent
shell:
chdir: ~
cmd: pip3 install gevent==20.12.1
- name: 安装 gevent-websocket
shell:
chdir: ~
cmd: pip3 install gevent-websocket==0.10.1
- name: 安装 greenlet
shell:
chdir: ~
cmd: pip3 install greenlet==1.0.0
- name: 安装 msgpack
shell:
chdir: ~
cmd: pip3 install msgpack==1.0.2
- name: 安装 pycparser
shell:
chdir: ~
cmd: pip3 install pycparser==2.20