rmcgibbo / slidedeck

Beautiful HTML5 slides in markdown. A easy-to-use fork of the google-io-2012 slide deck
317 stars 47 forks source link

setup.py: add installation dependencies #16

Closed rjw57 closed 11 years ago

rjw57 commented 11 years ago

Add dependencies on jinja2 and markdown so that they are installed when pip install-ed into a fresh virtualenv (or python setup.py-ed for that matter).

rmcgibbo commented 11 years ago

Thanks @rjw57!