Skip to content

Commit ef83f22

Browse files
authored
Merge pull request #204 from nschloe/pipdate-optional
make pipdate an optional dependency
2 parents a1bbf48 + 43ebc50 commit ef83f22

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
@@ -34,9 +34,11 @@ def read(fname):
3434
'matplotlib >=1.4.0',
3535
'numpy',
3636
'Pillow >= 3.0.0',
37-
'pipdate',
3837
'six',
3938
],
39+
extras_require={
40+
'update': ['pipdate'],
41+
},
4042
description='convert matplotlib figures into TikZ/PGFPlots',
4143
long_description=read('README.rst'),
4244
license=about['__license__'],

0 commit comments

Comments
 (0)