Skip to content

Commit 298023d

Browse files
committed
Pin pypandoc (transitive depedency of setuptools-markdown) due to
breaking change in pypandoc 1.8 (man-group/pytest-plugins#87 (comment)).
1 parent 5f9ee83 commit 298023d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
keywords=['benchmarking', 'visualization'],
1212
install_requires=['django>=1.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
1313
packages=find_packages(exclude=['ez_setup', 'sample_project']),
14-
setup_requires=['setuptools-markdown'],
14+
setup_requires=['pypandoc==1.7.5', 'setuptools-markdown'],
1515
long_description_markdown_filename='README.md',
1616
description='A web application to monitor and analyze the performance of your code',
1717
include_package_data=True,

0 commit comments

Comments
 (0)