Skip to content

Commit 38b9681

Browse files
author
Laurent Franceschetti
committed
Merge branch 'master' of github.com:fralau/mkdocs_macros_plugin into master
2 parents 69577e1 + eebbbd1 commit 38b9681

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ def read_file(fname):
4545
'mkdocs>=0.17',
4646
'jinja2',
4747
'termcolor',
48-
'pyyaml', 'hjson',
48+
'pyyaml',
49+
'hjson',
50+
'pathspec',
4951
'python-dateutil',
5052
'packaging'
5153
],

0 commit comments

Comments
 (0)