Skip to content

Commit db1c140

Browse files
authored
Merge pull request #3 from fabiomontefuscolo/master
Fix Markdown desired version
2 parents 46114f9 + 728d6ac commit db1c140

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
@@ -46,5 +46,5 @@
4646
"Topic :: Text Processing :: Filters",
4747
"Topic :: Text Processing :: Markup :: HTML",
4848
],
49-
install_requires=["markdown>=2.6.8", "pygments"],
49+
install_requires=["markdown>=2.6.8,<3.0", "pygments"],
5050
)

0 commit comments

Comments
 (0)