wyounas / homer

Homer, a text analyser in Python, can help make your text more clear, simple and useful for your readers.
MIT License
635 stars 35 forks source link

Why is mongoengine required? #2

Open nmstoker opened 5 years ago

nmstoker commented 5 years ago

Hi @wyounas - this looks both useful and interesting, thanks for releasing it.

I was just looking over the code and wondered why mongoengine is in requirements.txt - I may be missing something obvious but from a quick skim of the code I couldn't figure out why it was needed. Could you confirm?

Many thanks!

wyounas commented 5 years ago

Hi @nmstoker, thank you so much for your kind words.

Well, I mistakenly added mongoengine in requirements.txt. It is not needed so I will remove it in next few commits :)

If you have any other feedback/questions, by all means, let me know :) Thank you so much again.