Gaarv / kadenze-dl

Small application to download Kadenze (https://www.kadenze.com) videos for courses you enrolled in
MIT License
50 stars 16 forks source link

python-slugify missing from requirements.txt #12

Closed crypdick closed 5 years ago

crypdick commented 5 years ago

Program throws an exception when first installed due to missing slugify dependency in requirements.txt. After, I naively pip installed slugify when the actual dependency was python-slugify, which caused other exceptions. I'd be happy to submit a PR if you want.

Gaarv commented 5 years ago

Thanks for the info, it might have been a couple of updates since I last checked the whole env ! I'm abroad for a week vacation right now but will definitly look into it when I return :)

Gaarv commented 5 years ago

Apologies for the issue. The python-slugify dependency was in fact present in requirements.txt (june 2018) but missing in setup.py.