Added a missing comma that broke the build...

This commit is contained in:
Gina Häußge 2015-10-23 13:27:24 +02:00
parent ce00a069fa
commit 2a8e084b51

View file

@ -47,7 +47,7 @@ EXTRA_REQUIRES = dict(
# Documentation dependencies
"sphinx>=1.3",
"sphinxcontrib-httpdomain",
"sphinx_rtd_theme"
"sphinx_rtd_theme",
# PyPi upload related
"pypandoc"