Skip to content

Commit

Permalink
Pin pypandoc (transitive depedency of setuptools-markdown) due to
Browse files Browse the repository at this point in the history
breaking change in pypandoc 1.8
(man-group/pytest-plugins#87 (comment)).
  • Loading branch information
tomaz-s1 committed Aug 10, 2022
1 parent 5f9ee83 commit 298023d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
keywords=['benchmarking', 'visualization'],
install_requires=['django>=1.11<2.2', 'isodate>=0.4.7,<0.6', 'matplotlib>=1.4.3,<2.0'],
packages=find_packages(exclude=['ez_setup', 'sample_project']),
setup_requires=['setuptools-markdown'],
setup_requires=['pypandoc==1.7.5', 'setuptools-markdown'],
long_description_markdown_filename='README.md',
description='A web application to monitor and analyze the performance of your code',
include_package_data=True,
Expand Down

0 comments on commit 298023d

Please sign in to comment.