flask-ask
flask-ask copied to clipboard
update pyyaml version to fix compile errors in py3.7
pyyaml==3.12 version gives compile errors in python v3.7 it was fixed in pyyaml==3.13
so i updated the pyyaml version in requirement file to support python latest version 3.7
I confirm it's fix also the problem for me
duplicate of #249