fix python3 requirement.txt yaml version error

pull/251/merge
文贤平 2019-06-17 13:40:50 +08:00
parent f50e597192
commit 5e378c8048
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
beautifulsoup4==4.5.3
bs4==0.0.1
PyYAML>5.1.1
PyYAML==5.1.1
six==1.10.0
requests==2.18.4
Pillow