Exploring Graphs With Elixir: Chapter 5 missing dependency

@tonyhammond

The property_graph app also needs the following dependency: {:hackney, “~> 1.0”}

This is because bolt_sips now uses tzdata which has to auto-fetch a timezone database.