Possibly unnecessary install dependency `appdirs`
samueldg opened this issue · 1 comments
samueldg commented
The current version of this library on master
requires installing the appdirs
library:
Line 29 in ea368ae
If I'm not mistaken, this only seems to be used for CI:
analytics-python/.circleci/config.yml
Line 27 in ea368ae
appdirs
in the actual code.
Perhaps this should be moved to a separate dev-requirements.txt
or something which is installed during CI and by devs?
nd4p90x commented
Looking into this, I do believe you are correct. Change coming soon