Automatically refresh the browser on edits

Use python-livereload to automatically refresh your browser.

Closes #163
This commit is contained in:
Dougal Matthews
2015-04-04 20:08:51 +01:00
parent bfc393ce2d
commit c4cb25e584
4 changed files with 18 additions and 107 deletions

View File

@@ -20,9 +20,9 @@ license = 'BSD'
install_requires = [
'ghp-import>=0.4.1',
'Jinja2>=2.7.1',
'livereload>=2.3.2',
'Markdown>=2.3.1,<2.5' if PY26 else 'Markdown>=2.3.1',
'PyYAML>=3.10',
'watchdog>=0.7.0',
]
long_description = (