Installing from pypi doesn't pull in deps
ckingdev opened this issue · 2 comments
ckingdev commented
Installing with the usual
pip install ekphrasis
doesn't install ftfy
, termcolor
, or colorama
. I'm guessing it doesn't install any of the dependencies, but I already had the others installed.
cbaziotis commented
Hi, I am aware of this issue. I assume that it is an easy fix. I will look into it. Thanks!
cbaziotis commented
Added requirements to setup.py. Closing issue.