-------------------
* Implemented more fully the Python Data Model for the Discography and Album classes.
* Now individual albums or songs in a Discography object can be individually accessed by indexing or slicing on top of previously being iterable.
* For example Discography.albums[0].songs[0] or Discography.albums[0].songs[2:5]
* Updated dependencies.