Originally reported by [ulfa](https://github.com/ulfa) in https://github.com/Supersonido/rebar_mix/issues/6 Hi, I am trying to use rebar3_mix, but when ich declare a dependency like {timex, "~> 3.5"} rebar3 tries to download the dependencies from timex. But the dependency of the timex package tzdata is declared in the mix.exs as {:tzdata, "~> 0.1.8 or ~> 0.5"} and I think rebar3 can't manage this.