emesterhazy / glossika-to-anki

Convert Glossika PDFs and audio files into Anki decks
MIT License
32 stars 8 forks source link

Upgrade PyYaml to 3.13 to support Python 3.7 #3

Closed deepakjois closed 6 years ago

deepakjois commented 6 years ago

PyYaml 3.12 fails to install on Python 3.7

deepakjois commented 6 years ago

Sure. Do you mean for all the requirements, or just for PyYaml?

emesterhazy commented 6 years ago

Initially I was thinking all of the requirements, but let's leave a hard version requirement for genanki since I'm not sure how stable the API is. Everything else I think we can change to >=. What do you think?

deepakjois commented 6 years ago

Updated the dependencies. Only genanki has a hard == version requirement.