bencode
bencode copied to clipboard
is :eqc_ex a prod dependency?
see subject
It is not, and it shouldn't be. I had the same issue in another project of mine called Tortoise. It is really a matter of adding only: :test
to the :eqc_ex-dependency declaration; and one might have to write MIX_ENV=test mix eqc.install --mini
when setting up the development environment.
You can make a pull request if you want to…otherwise I will do it when I get to it :)