Skip to content

Commit 7ecae95

Browse files
committed
Require Markdown < 2.5.
Fixes mitmproxy#19.
1 parent 3a29276 commit 7ecae95

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
@@ -2,7 +2,7 @@
22
from distutils.core import setup
33
import os.path as path
44

5-
install_requires = ['mako', 'markdown']
5+
install_requires = ['mako', 'markdown < 2.5']
66
try: # Is this really the right way? Couldn't find anything better...
77
import argparse
88
except ImportError:

0 commit comments

Comments
 (0)