Skip to content

Commit eebbbd1

Browse files
authored
Merge pull request #246 from dwreeves/add-pathspec-as-dependency
Add `pathspec` as dependency
2 parents e164982 + 6d99822 commit eebbbd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
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)