ripl
jupyter
matplotlib  # jupyter should provide this.. maybe it doesn't
pandas       # this might provide matplotib
pyaudio      # for sound
curio        # for async magic

Pillow       # pillow for PIL for images

#sense_hat   # if you are on a pi with a sense hat
#gpio_zero   # if you are on a pi

#tkinter, with luck it comes with python.

pytest       # to run the test(s)
hypothesis   # needed to make writing tests fun


