Closed crypdick closed 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 :)
Apologies for the issue. The python-slugify dependency was in fact present in requirements.txt (june 2018) but missing in setup.py.
Program throws an exception when first installed due to missing
slugify
dependency inrequirements.txt
. After, I naively pip installedslugify
when the actual dependency waspython-slugify
, which caused other exceptions. I'd be happy to submit a PR if you want.