This commit is contained in:
kf_wuhao 2021-01-19 12:55:25 +08:00
parent 2c1ea30398
commit 7bb41d13dc
2 changed files with 3 additions and 6 deletions

View File

@ -10,11 +10,6 @@
chdir: ~
cmd: pip3 install bson==0.5.10
- name: 安装cffi
shell:
chdir: ~
cmd: pip3 install cffi==1.14.4
- name: 安装gevent
shell:
chdir: ~

View File

@ -9,6 +9,8 @@
include: install.yml
when: not python3_stat_result.stat.exists
- name: 设置pip源
include: setpip.yml
- name: 安装必须的Python包
include: install_pkg.yml